USINGMAC.com

USINGMAC.com

FUN WITH USING A MAC

FUN WITH USING A MAC

AUG
19

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.

  1. 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 term and hit .

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

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