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.primaryUser = "evanreichard";
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
trackpad = {
|
trackpad = {
|
||||||
@@ -27,11 +26,15 @@
|
|||||||
};
|
};
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
KeyRepeat = 2;
|
KeyRepeat = 2;
|
||||||
|
NSWindowShouldDragOnGesture = true;
|
||||||
|
AppleICUForce24HourTime = true;
|
||||||
};
|
};
|
||||||
WindowManager = {
|
WindowManager = {
|
||||||
HideDesktop = true;
|
HideDesktop = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.pam.services.sudo_local.touchIdAuth = true;
|
||||||
|
|
||||||
reichard = { };
|
reichard = { };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user