1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Disable window animations

This commit is contained in:
Daniel Barber 2019-06-13 17:41:04 -04:00 committed by Daniel Barber
parent 8d1bee9b07
commit d18d030d9a

View File

@ -26,6 +26,9 @@ defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false
# Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
# Disable new window animation
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true