From 7134df85b99a5a9f98e298ef3a5364f598470ec8 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 2 Apr 2012 07:58:35 +0200 Subject: .osx: Remove the auto-hiding Dock delay --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 4c3fa2e..ae3a2e6 100755 --- a/.osx +++ b/.osx @@ -62,6 +62,9 @@ defaults write com.apple.dock show-process-indicators -bool true # Don’t animate opening applications from the Dock defaults write com.apple.dock launchanim -bool false +# Remove the auto-hiding Dock delay +defaults write com.apple.Dock autohide-delay -float 0 + # Display ASCII control characters using caret notation in standard text views # Try e.g. `cd /tmp; unidecode "\x{0000}" > cc.txt; open -e cc.txt` defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true -- cgit v1.2.3