diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-23 20:59:37 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-23 20:59:37 +0300 |
commit | 4e4ca80169847645b2682830b72c2a9d902f8cc2 (patch) | |
tree | 4d5545e56e384225da05d2a260f3c4cbc998c520 | |
parent | 91918d767fb1132b5eddd0409d0b93adbe36b16e (diff) | |
download | dotfiles-4e4ca80169847645b2682830b72c2a9d902f8cc2.tar.gz dotfiles-4e4ca80169847645b2682830b72c2a9d902f8cc2.tar.bz2 dotfiles-4e4ca80169847645b2682830b72c2a9d902f8cc2.zip |
Automatically hide and show the Dock.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 # Enable the 2D Dock defaults write com.apple.dock no-glass -bool true +# Automatically hide and show the Dock +defaults write com.apple.dock autohide -bool true + # Make Dock icons of hidden applications translucent defaults write com.apple.dock showhidden -bool true |