aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-10 14:04:32 -0700
committerMathias Bynens <mathias@qiwi.be>2012-04-10 14:04:32 -0700
commit57081eb94debf4fd3fa4a288cfaaa6fdad031a4f (patch)
treebbc7bcb951592920cbfd9bf3898136de20f18be4 /.osx
parent6e45face559f43de188e993a1019dd34ffe4adc7 (diff)
parentf60e3e646670160524bc316e4c61a0f2ce3888d5 (diff)
downloaddotfiles-57081eb94debf4fd3fa4a288cfaaa6fdad031a4f.tar.gz
dotfiles-57081eb94debf4fd3fa4a288cfaaa6fdad031a4f.tar.bz2
dotfiles-57081eb94debf4fd3fa4a288cfaaa6fdad031a4f.zip
Merge pull request #50 from fruityth1ng/patch-1
.osx: Tweak Dock hide/show animation speed
Diffstat (limited to '.osx')
-rwxr-xr-x.osx6
1 files changed, 6 insertions, 0 deletions
diff --git a/.osx b/.osx
index 65b6328..18c7bb7 100755
--- a/.osx
+++ b/.osx
@@ -148,6 +148,12 @@ defaults write com.apple.dock launchanim -bool false
# Remove the auto-hiding Dock delay
defaults write com.apple.Dock autohide-delay -float 0
+# Shorten Dock show animation speed
+defaults write com.apple.dock autohide-time-modifier -float 0.40
+
+# Completely kill hide/show animation:
+defaults write com.apple.dock autohide-time-modifier -int 0
+
# Enable the 2D Dock
defaults write com.apple.dock no-glass -bool true