From 4e4ca80169847645b2682830b72c2a9d902f8cc2 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 23 Sep 2011 20:59:37 +0300 Subject: Automatically hide and show the Dock. --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3