Compare

2bead7efb473f0202dc6ef189fbc0e4a5401d41f .. 9cb45d050939b499e8e01ec9e4fe9be998d98dc4 · 1 commits

Changed files

FileChanges
hosts/RyanMac/configuration.nix +2 −2 raw

Commits

HashSubjectAuthorDate
9cb45d05 keyrepeat parity with linux Ryan Schanzenbacher
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 {
AppleInterfaceStyle = "Dark";
# Key repeat rate
- KeyRepeat = 4;
- InitialKeyRepeat = 30;
+ KeyRepeat = 2;
+ InitialKeyRepeat = 35;
# Swap F1-12 to be default
"com.apple.keyboard.fnState" = true;