Skip to content

Some useful OS X hacks

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

Your email is never published nor shared. Required fields are marked *
*
*