Here’s a great trick if you prefer a minimalist Mac OS X desktop and Dock: set the Dock to only display currently active apps. Launch the Terminal and enter the following command:
defaults write com.apple.dock static-only -bool TRUE
Now you have to kill the Dock for changes to take effect:
killall Dock
If you use the Dock as an app launcher, this probably won’t be that useful for you. I almost always use Spotlight to launch apps and have my Dock automatically hide, so I’m going to try this out for a while and see how well it works in my day to day workflow.
If you want to revert back to the default Dock behavior, use this command:
defaults write com.apple.dock static-only -bool FALSE
Don’t forget to kill the Dock again for the changes to take effect.
killall Dock
Note: if you try out this tip and don’t like it, you won’t lose your previous Dock icons or arrangement, just use the FALSE command and everything will be back to normal.
이 글은 스프링노트에서 작성되었습니다.
'Creativity' 카테고리의 다른 글
Take a Timed Screen Shot in Mac OS X (0) | 2011.05.02 |
---|---|
Mac OS X Lion DP3 released (0) | 2011.04.30 |
ipswDownload_How to easily find and download iOS firmware (0) | 2011.04.28 |
Daum 코드와 QROO QROO (쿠루쿠루) (0) | 2011.04.28 |
Mac OS X Lion installation methods (0) | 2011.04.27 |