Tip of the Week: Hidden Dock Features

The dock got spiffy with the release of Leopard, but there have been mixed reviews of the new design. I’m mostly a fan of the new look, but I wish there was a better way of visually distinguishing between visible and hidden applications, like making hidden items darker or transparent. So, I rummaged around my preferences folder and came up with this command:

defaults write com.apple.dock showhidden -bool YES

Type it into Terminal, press return, and then enter the following:

killall Dock

Press return again, and quit and re-launch your applications. Go ahead and hide a few of them, and marvel that their icons are now darker and transparent than the icons for visible applications!

To revert to normal, issue the same commands, substituting NO for YES in the first.

Similar Posts

  • Screenshot Tips

    Many of us already know of the ancient keyboard shortcut Command-Shift-3 to capture your screen to a picture file. It’s been around since…

  • Find My iStuff

    Built in to iOS 5+ and OS 10.7 and later is the ability to use iCloud. iCloud lets you back up and sync…

  • Copy and Copy and Copy and Paste

    After reading Ed’s article a couple weeks ago about the “Paste and Match Style” feature, I was reminded of two of my absolute…

  • Letterpress in Photoshop

    First step is to create a background layer with a desired color. I’m choosing 10% gray for the sake of this tutorial because…

  • Privatize Your Personal Data

    It’s useful to know, as a Mountain Lion user, what private data specific applications are accessing, and how to set/reset that. This can…