From 47892e7b28515df01004060ff4e4f4fdfd4cfda4 Mon Sep 17 00:00:00 2001 From: Mario Ricalde Date: Thu, 9 May 2013 08:16:39 -0500 Subject: [PATCH] Disable Expose ( Mission Control ) Animations They suck when using multiple displays, no need to have them. --- osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osx b/osx index bdd7448..e71ee49 100755 --- a/osx +++ b/osx @@ -27,6 +27,9 @@ defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true # Disable opening and closing window animations defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false +# Disable Mission Control Animations +defaults write com.apple.dock expose-animation-duration -int 0 + # Increase window resize speed for Cocoa applications defaults write NSGlobalDomain NSWindowResizeTime -float 0.001