Disable Expose ( Mission Control ) Animations
They suck when using multiple displays, no need to have them.
This commit is contained in:
parent
40e1bd0200
commit
47892e7b28
3
osx
3
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user