Merge pull request #331 from kuroir/patch-1
Disable Expose ( Mission Control ) Animations
This commit is contained in:
3
osx
3
osx
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user