Make hidden Dock icons transparent


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Without using Exposé, it is hard to tell which Mac OS X applications are hidden and which aren't. But, with a simple Terminal hack, you can have all your application icons displayed as transparent. Simply open Terminal.app (Applications > Utilities) and type the following command exactly:
  2.  
  3. defaults write com.apple.Dock showhidden -bool YES
  4.  
  5. Once you type the command and press enter, you need to restart the Dock by typing "killall Dock" and pressing enter. Once the Dock restarts and you hide applications, you will notice that hidden applications have a transparent look. If you want to reverse the command, just replace the "YES" with a "NO" and restart the Dock again.

URL: http://www.tuaw.com/2008/08/22/terminal-tips-make-hidden-dock-icons-transparent/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.