aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-10 23:06:05 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-10 23:06:05 +0200
commit4623943f952e0b35c70a7a851f228e0caa18fcd5 (patch)
tree8dd5b646086c22b8c6eea19bcf49f20a03c1636e /.osx
parent57081eb94debf4fd3fa4a288cfaaa6fdad031a4f (diff)
downloaddotfiles-4623943f952e0b35c70a7a851f228e0caa18fcd5.tar.gz
dotfiles-4623943f952e0b35c70a7a851f228e0caa18fcd5.tar.bz2
dotfiles-4623943f952e0b35c70a7a851f228e0caa18fcd5.zip
.osx: Cleanup
Diffstat (limited to '.osx')
-rwxr-xr-x.osx8
1 files changed, 2 insertions, 6 deletions
diff --git a/.osx b/.osx
index 18c7bb7..35bc437 100755
--- a/.osx
+++ b/.osx
@@ -147,12 +147,8 @@ 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
+# Remove the animation when hiding/showing the Dock
+defaults write com.apple.dock autohide-time-modifier -float 0
# Enable the 2D Dock
defaults write com.apple.dock no-glass -bool true