Forcing the Dock to be displayed in 2D on Mac OS X

Apple’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:

mac-osx-leopard-2d-dock-11

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

mac-osx-leopard-2d-dock-21

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:

  1. Mac OS X: Disabling bouncing Dock icons
  2. Making hidden application icons transparent on Mac OS X
  3. Displaying gradients behind Stack items on Mac OS X
  4. Creating a Recent Items Stack on the Dock in Mac OS X
  5. Showing hidden files and directories in the Finder in Mac OS X
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!

Afrigator