This is a website by Willem van Zyl

I'm a project manager, software developer, Apple evangelist and geek from South Africa. I'm passionate about web and mobile application development, usability, productivity, physics, astronomy, science fiction and fantasy.

If you would like to contact me, message me on Twitter or send me an email.

How to make hidden application icons transparent on Mac OS X

14 Aug 2009

In Mac OS X, clicking on the red button in an application's titlebar or clicking on the application's name in the menubar and choosing "Hide {APPLICATIONNAME}" will hide it from view until you click on its icon in the Dock.

By default the icons for hidden applications look no different than those for visible applications, but you can change this setting using the command below.

To make the icons for hidden applications appear transparent in the Dock, open a new Terminal window and enter these commands:

defaults write com.apple.Dock showhidden -bool YES
killall Dock

To revert the change, open a new Terminal window and enter these commands:

defaults write com.apple.Dock showhidden -bool NO
killall Dock
Do you like this? Share it:

Copyright © Geekology 2011. All Rights Reserved.

Hosted by Code. Like. Clockwork.