Tag Archives: Dock 2D

[MacOS] Switcher’s Hints 1001: Change the Dock to 2D

You don’t like the Dock in 3D? You like it in 2D but sadly this is available only if you put the Dock to the left or the right side of the screen? There is a simply command that can help you :-)

Changing the Dock to 2D

Just open a terminal and do the following:

  • myUser$ defaults write com.apple.dock no-glass -boolean YES
  • myUser$ killall Dock

Et voilà, it looks like this:

Changing the Dock back to 3D

In case you want to change it back to 3D for whatever reason, do this:

  • myUser$ defaults write com.apple.dock no-glass -boolean NO
  • myUser$ killall Dock

And it looks again like default:

If this article helped, consider our sponsors, they may help you aswell – at least they help us maintaining these pages, that help you. Got it? Thanks :-)