Disable Expose ( Mission Control ) Animations

They suck when using multiple displays, no need to have them.
This commit is contained in:
Mario Ricalde 2013-05-09 08:16:39 -05:00
parent 40e1bd0200
commit 47892e7b28

3
osx
View File

@ -27,6 +27,9 @@ defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true
# Disable opening and closing window animations # Disable opening and closing window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false 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 # Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 defaults write NSGlobalDomain NSWindowResizeTime -float 0.001