From afe828b07673bd7929475e4a0aa178566c76aade Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 19 May 2024 12:19:46 +0200 Subject: [PATCH] I think this is the fastest people might on average be able to handle --- modules/xconfig.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xconfig.nix b/modules/xconfig.nix index 3486fc3..c802335 100644 --- a/modules/xconfig.nix +++ b/modules/xconfig.nix @@ -55,7 +55,7 @@ in { xkbOptions = mkIf cfg.bqn.enable "grp:switch"; enable = true; - autoRepeatDelay = 250; + autoRepeatDelay = 200; autoRepeatInterval = 60; windowManager = { windowmaker.enable = true;