Lighten OS X’s Load with:
Turn off widgets:
In a terminal type:
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
You can turn widgets back on with:
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock
Make hidden apps ( in 10.5) look transparent:
defaults write com.apple.Dock showhidden -bool YES
killall Dock
Post a Comment