From 22ecf0a31ddd89fbf49992f9eecdf942d88bc8e8 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 27 Jun 2012 14:42:24 +0200 Subject: .osx: Speed up Mission Control animations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note that I don’t completely disable the animation, as that results in a very unpleasant effect. --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3