NOV
03
Leopard Take A Look - Dock
Posted by Wendy

I'm glad to see that our Leopard Dock got a new look.
The Old and The New
Let's recall what our old Tiger Dock looks like..


Mostly Mac users love the 3D Dock mode, but some of them do not. Fortunately in Leopard, you can transform your Dock back into 2D-looking Dock. There are 2 ways to do that, changing Dock position or using Terminal to force Dock to change.
Changing Dock Position
Since it's not suitable to put 3D Dock on the left side or right side of your screen and Leopard knows that, your Dock will be transformed into 2D-looking Dock whenever it's put on the edge of the screen.

Using Terminal Command Lines
When I browsed through insidemacgames forum, I spotted these command lines.

-
defaults write com.apple.dock no-glass -boolean YES
The purpose of using this one line command is to enable the no-glass function, i.e. transform the Dock into 2D. -
killall Dock
This command line is used to relaunch your Dock because the change will take effect if and only if we relaunch the Dock. -
defaults write com.apple.dock no-glass -boolean NO
This line works oppositely with the first line: this line disables the no-glass function and transforms the Dock back into Leopard's 3-Dimensional Dock.



