From d18d030d9a1398f71b4c8e4bbf555e19373a13f7 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Thu, 13 Jun 2019 17:41:04 -0400 Subject: [PATCH] Disable window animations --- lib/macos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/macos.sh b/lib/macos.sh index f58f707..cf3ba69 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -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