Removed annoying default, again.

This commit is contained in:
2024-03-16 15:38:49 +00:00
parent 23cc5e3eff
commit 83f52e23b3

3
MacOS/config.sh Normal file → Executable file
View File

@@ -52,9 +52,6 @@ defaults write NSGlobalDomain NSToolbarTitleViewRolloverDelay -float 0
# (Uncomment if youre on an older Mac that messes up the animation) # (Uncomment if youre on an older Mac that messes up the animation)
#defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false #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 # 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