diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-06-27 14:42:24 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-06-27 14:42:24 +0200 |
commit | 22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8 (patch) | |
tree | 5fc7eceff39310d27cb385c03c9072811283a7a1 | |
parent | 5b4e9d137476b21695c347b126f1d228ac0528e1 (diff) | |
download | dotfiles-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.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |