Hide Everything But Active Apps In Mac OS X

It’s easy to hide your entire Mac OS X Dock, but what if you want to only see the applications you have open?

Image: Daniel Dudek-Corrigan

If all you want is an auto-hiding dock, that’s a simple matter of heading to System Preferences>Dock and checking “Automatically hide and show the Dock”.

But if you want to only see the apps you’re currently running, you need a little terminal wizardry.

Open up Terminal, and enter

defaults write com.apple.dock static-only -bool TRUE; killall Dock

The dock app will restart, and should now only show your currently running apps.

If you want to reverse the process, head back into Terminal and enter

write com.apple.dock static-only -bool FALSE; killall Dock

How to show only active apps in your OS X Dock [iMore]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


One response to “Hide Everything But Active Apps In Mac OS X”