aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-27 14:42:24 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-27 14:42:24 +0200
commit22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8 (patch)
tree5fc7eceff39310d27cb385c03c9072811283a7a1 /.osx
parent5b4e9d137476b21695c347b126f1d228ac0528e1 (diff)
downloaddotfiles-22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8.tar.gz
dotfiles-22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8.tar.bz2
dotfiles-22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8.zip
.osx: Speed up Mission Control animations
Note that I don’t completely disable the animation, as that results in a very unpleasant effect.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index b00e444..5a73f6b 100755
--- a/.osx
+++ b/.osx
@@ -186,6 +186,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
+# Speed up Mission Control animations
+defaults write com.apple.dock expose-animation-duration -float 0.1
+
# Remove the auto-hiding Dock delay
defaults write com.apple.Dock autohide-delay -float 0
# Remove the animation when hiding/showing the Dock