2D Dock in Leopard

The new 3D styled Dock in Leopard is looking very stylish, but I think the 2D style which is used by the Dock when located on the left or right screen border is more functional. It is also possible to change the Dock on the lower screen Border to the 2D look. To do this you need to open the terminal and enter:

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

To switch back to the 3D style, you can use the following commands:

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

2 thoughts on “2D Dock in Leopard

  1. thanks, but whenever i switch to the 2D dock, i never get the nice white border around the dock. ever code i’ve found to put in terminal fails to put the border on the top and sides of the dock. do you know why this is?

  2. Sorry, I don’t know. Maybe you have used some kind of tweaking tool which changed the look of the dock.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">