kdmurray.blog

The crossroads of life and tech

Removing the Glass Shelf from the Leopard Dock

Widely publicized already, I felt compelled to add to the chorus when I put this change in. Below are terminal commands you can use to switch back and forth between the new 3-D and 2-D dock configurations.

To enable the 2D Dock, open up a terminal window and enter the following two commands

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

2D OS X Leopard Dock

To enable the 3D dock, open up a terminal window and enter the following two commands

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

Leopard 3D dock

Thanks to Proton over at MacOSXHints.com for originally posting this tip!

Category: Tech Tips
Tag: ,