Automatically switch dark/light mode in macOS

main
Bo Jeanes 2024-07-29 14:10:37 +10:00
parent ecd7e1c947
commit ef6849a8fd
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@
finder.ShowPathbar = true;
finder.ShowStatusBar = true;
# Switch light/dark style of OS automatically based on time
NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = true;
# Disable press-and-hold keyboard for alt characters; this messes with key repeat and I am already used to Option+key for special characters
NSGlobalDomain.ApplePressAndHoldEnabled = false;