Monday, June 2, 2008

Remove Glass Dock in Leopard, 2D Dock

I have a 12" 1.5GHz PowerBook with Leopard on it, I felt that the Dock was slowing things down a bit. So I found out how to disable it...

Open Terminal.app

Type:

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

And press enter

We have to reset the Dock for changes to take affect.

To do that type:

killall Dock

And press enter




If you want it back to the 3D Dock then type:

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

Then press enter

We have to reset the Dock for changes to take affect.

To do that type:

killall Dock

Then press enter.

No comments: