defaults write com.apple.dock no-glass -boolean NO; killall DockIf you like the old or classic Dock Style from Mac OS X 10.4 you can enable this in Mac OS X 10.5 (Leopard) and in Mac OS X 10.6 (Snow Leopard).
Mac OS X 10.4 (Tiger) Dock:
- Open Mac OS X Terminal in the Utilities folder
- Run the following command in the Terminal
defaults write com.apple.dock no-glass -boolean YES; killall Dock - Now you have the classic Dock activated
If you want to activate the new glass Dock again, you can use the following command:
defaults write com.apple.dock no-glass -boolean NO; killall Dock













