Forcing the Dock to be displayed in 2D on Mac OS X
Author: willem In: apple, tips & tricksApple’s Mac OS X Dock is a bar of icons at the bottom or side of the Desktop that provides access to selected applications, displays applications that are currently running, holds windows in their minimized state, displays selected folders in Stacks, and displays an icon for the Trash.
By default a Dock positioned at the bottom of the screen will be displayed as a reflective 3D platform while a Dock on either lateral side of the screen will be displayed as a 2D box:
The display the Dock at the bottom of the screen as a 2D box, open a new Terminal window and enter these commands:
defaults write com.apple.dock no-glass -boolean YES killall Dock
To revert the change, open a new Terminal window and enter these commands:
defaults write com.apple.dock no-glass -boolean NO killall Dock
Related posts:
Like this post? Subscribe to the Geekology RSS 2.0 feed!












Leave a reply