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:
parent
8d1bee9b07
commit
d18d030d9a
@ -26,6 +26,9 @@ defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false
|
|||||||
# 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
|
||||||
|
|
||||||
|
# Disable new window animation
|
||||||
|
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
|
||||||
|
|
||||||
# Expand save panel by default
|
# Expand save panel by default
|
||||||
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
|
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
|
||||||
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
|
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user