diff --git a/modules/xconfig.nix b/modules/xconfig.nix index eeafdcd..50b8cc2 100644 --- a/modules/xconfig.nix +++ b/modules/xconfig.nix @@ -6,8 +6,6 @@ in { enable = mkEnableOption "Enables opinionated xorg config"; - enableKeyRepeatSettings = mkEnableOption "Enables insanely fast keyrepeat"; - bqn.enable = mkEnableOption "Enables bqn layout"; touchpad = { @@ -57,8 +55,8 @@ in { xkbOptions = mkIf cfg.bqn.enable "grp:switch"; enable = true; - autoRepeatDelay = mkIf cfg.enableKeyRepeatSettings 200; - autoRepeatInterval = mkIf cfg.enableKeyRepeatSettings 60; + autoRepeatDelay = 200; + autoRepeatInterval = 16; windowManager = { windowmaker.enable = true; xmonad.enable = true;