Finally found the logic

Reading the documentation might help
This commit is contained in:
Nox Sluijtman 2024-05-20 11:32:01 +02:00
parent 9b1fb64eb9
commit 175a40b23d

View file

@ -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;