Configure macOS scrollbars sanely

main
Bo Jeanes 2024-08-02 16:46:57 +10:00
parent bc89660d8f
commit ed5f702db8
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,9 @@
NSGlobalDomain.NSAutomaticSpellingCorrectionEnabled = false;
NSGlobalDomain.NSAutomaticDashSubstitutionEnabled = true;
# Jump to the spot thats clicked on the scroll bar
NSGlobalDomain.AppleScrollerPagingBehavior = true;
# use expanded save panel by default
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true;
NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true;