aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-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