diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-07-26 11:53:53 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-26 11:53:53 +0200 |
commit | 2d0737e924adafd4793dca83cd0a007e87550396 (patch) | |
tree | e61006f21abe76276642d3b0f9456dfc7d2116fc | |
parent | 4e31acd0d4d33088c303c3dd1c43acd35bdf5793 (diff) | |
download | dotfiles-2d0737e924adafd4793dca83cd0a007e87550396.tar.gz dotfiles-2d0737e924adafd4793dca83cd0a007e87550396.tar.bz2 dotfiles-2d0737e924adafd4793dca83cd0a007e87550396.zip |
.osx: Comment out the line that enables the 2D Dock
I’ll try out the new frost glass Mountain Lion Dock for a while.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ defaults write com.apple.Dock autohide-delay -float 0 defaults write com.apple.dock autohide-time-modifier -float 0 # Enable the 2D Dock -defaults write com.apple.dock no-glass -bool true +#defaults write com.apple.dock no-glass -bool true # Automatically hide and show the Dock defaults write com.apple.dock autohide -bool true |