From e76f23d8d0fa86ef1243852f6fa2cbf9e8f904fa Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 19 May 2024 12:00:29 +0200 Subject: [PATCH] Faster key repeat --- modules/xconfig.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xconfig.nix b/modules/xconfig.nix index 2421742..74a4939 100644 --- a/modules/xconfig.nix +++ b/modules/xconfig.nix @@ -56,7 +56,7 @@ in { enable = true; autoRepeatDelay = 250; - autoRepeatInterval = 30; + autoRepeatInterval = 50; windowManager = { windowmaker.enable = true; xmonad.enable = true;