« jack of all trades job opportunity | Main | Deactivate your facebook account! »

How to fix the leopard dock

Are you as annoyed by the 3d dock in Leopard as I am?

To replace it with a boring but more functional 2d dock just type this at a terminal:

defaults write com.apple.Dock no-glass -boolean YES
killall Dock

To return it to the 3d dock if you change your mind use this command:

defaults write com.apple.Dock no-glass -boolean NO
killall Dock

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)