From 83f52e23b31ec61b2e1e0bd4e97388f36df6dca4 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 16 Mar 2024 15:38:49 +0000 Subject: [PATCH] Removed annoying default, again. --- MacOS/config.sh | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 MacOS/config.sh diff --git a/MacOS/config.sh b/MacOS/config.sh old mode 100644 new mode 100755 index 139a780d..65ef7253 --- a/MacOS/config.sh +++ b/MacOS/config.sh @@ -52,9 +52,6 @@ defaults write NSGlobalDomain NSToolbarTitleViewRolloverDelay -float 0 # (Uncomment if you’re on an older Mac that messes up the animation) #defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false -# Increase window resize speed for Cocoa applications -defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 - # Expand save panel by default defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true