diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-18 23:50:48 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-18 23:50:48 -0400 |
| commit | 9cb45d050939b499e8e01ec9e4fe9be998d98dc4 (patch) | |
| tree | 7146556a26e4d156cd2e8fc6f397c224c3dd96f9 /hosts | |
| parent | 2bead7efb473f0202dc6ef189fbc0e4a5401d41f (diff) | |
keyrepeat parity with linux
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 4383b15..78f2cd4 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -254,8 +254,8 @@ in { | |||
| 254 | AppleInterfaceStyle = "Dark"; | 254 | AppleInterfaceStyle = "Dark"; |
| 255 | 255 | ||
| 256 | # Key repeat rate | 256 | # Key repeat rate |
| 257 | KeyRepeat = 4; | 257 | KeyRepeat = 2; |
| 258 | InitialKeyRepeat = 30; | 258 | InitialKeyRepeat = 35; |
| 259 | 259 | ||
| 260 | # Swap F1-12 to be default | 260 | # Swap F1-12 to be default |
| 261 | "com.apple.keyboard.fnState" = true; | 261 | "com.apple.keyboard.fnState" = true; |
