Some more macOS config

main
Bo Jeanes 2024-08-17 21:35:29 +10:00
parent 689afa0d1c
commit 23499b238e
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -235,9 +235,16 @@
loginwindow.autoLoginUser = myUsername;
menuExtraClock.ShowDayOfMonth = true;
menuExtraClock.ShowDayOfWeek = true;
# Disable quarantine for downloaded files
LaunchServices.LSQuarantine = false;
# Disable swiping for backwards/forwards
NSGlobalDomain.AppleEnableSwipeNavigateWithScrolls = false;
NSGlobalDomain.AppleEnableMouseSwipeNavigateWithScrolls = false;
# Switch light/dark style of OS automatically based on time
NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = true;