aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-02 07:58:35 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-02 07:58:35 +0200
commit7134df85b99a5a9f98e298ef3a5364f598470ec8 (patch)
treea320236aa4daed2a2006c03e3430bf27af76a5c2
parentc89cbbcd14203abac1d80a0eb2660430b63691bf (diff)
downloaddotfiles-7134df85b99a5a9f98e298ef3a5364f598470ec8.tar.gz
dotfiles-7134df85b99a5a9f98e298ef3a5364f598470ec8.tar.bz2
dotfiles-7134df85b99a5a9f98e298ef3a5364f598470ec8.zip
.osx: Remove the auto-hiding Dock delay
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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