aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-23 20:59:37 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-23 20:59:37 +0300
commit4e4ca80169847645b2682830b72c2a9d902f8cc2 (patch)
tree4d5545e56e384225da05d2a260f3c4cbc998c520
parent91918d767fb1132b5eddd0409d0b93adbe36b16e (diff)
downloaddotfiles-4e4ca80169847645b2682830b72c2a9d902f8cc2.tar.gz
dotfiles-4e4ca80169847645b2682830b72c2a9d902f8cc2.tar.bz2
dotfiles-4e4ca80169847645b2682830b72c2a9d902f8cc2.zip
Automatically hide and show the Dock.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 216f966..ecb5f6f 100755
--- a/.osx
+++ b/.osx
@@ -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