Set measurement and temperature units

This commit is contained in:
Tobias Ostner 2024-07-15 10:28:00 +02:00
parent 76ab3f632d
commit 4245b98171

View file

@ -82,8 +82,10 @@
NSGlobalDomain = { NSGlobalDomain = {
AppleInterfaceStyle = "Dark"; AppleInterfaceStyle = "Dark";
AppleMeasurementUnits = "Centimeters";
AppleShowAllExtensions = true; AppleShowAllExtensions = true;
AppleShowAllFiles = true; AppleShowAllFiles = true;
AppleTemperatureUnit = "Celsius";
InitialKeyRepeat = 14; InitialKeyRepeat = 14;
KeyRepeat = 1; KeyRepeat = 1;
"com.apple.mouse.tapBehavior" = 1; "com.apple.mouse.tapBehavior" = 1;