AUG
19
Dock - Transparent Hidden Apps
Posted by Wendy

This article using command line on Terminal, but don't worry you won't get lost.
The purpose of command lines that later I will give to you is to make hidden application display like this.

compare to default one..

Now, let's enter one by one step to achieve that state.
- Open your Terminal. You can do this either by clicking Terminal icon from your Applications folder then inside Utilities folder or by triggering you QuickSilver and key in
termand hit.

- Please ensure that you have enter your Terminal. The Terminal display will be similar to this.

- Now you just have to copy and paste this command lines into your terminal and hit
.
- Command lines to make hidden apps looks transparent
defaults write com.apple.Dock showhidden -bool YES
killall Dock
- Command lines to make revert it back to default
defaults write com.apple.Dock showhidden -bool NO
killall Dock
- It's not that difficult right?


