feat(systems): add trackpad gesture, 24-hour time, and Touch ID sudo
- Enable NSWindowShouldDragOnGesture for drag gestures - Force 24-hour time format via AppleICUForce24HourTime - Add Touch ID authentication for sudo commands - Remove outdated comment about Three Finger Drag
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Three Finger Drag
|
||||
system.primaryUser = "evanreichard";
|
||||
system.defaults = {
|
||||
trackpad = {
|
||||
@@ -27,11 +26,15 @@
|
||||
};
|
||||
NSGlobalDomain = {
|
||||
KeyRepeat = 2;
|
||||
NSWindowShouldDragOnGesture = true;
|
||||
AppleICUForce24HourTime = true;
|
||||
};
|
||||
WindowManager = {
|
||||
HideDesktop = true;
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
reichard = { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user