keyboard repeat rate

This commit is contained in:
caandt 2026-01-01 01:39:38 -06:00
parent eb759e0e2c
commit 1382943989

View file

@ -15,6 +15,13 @@ lib.mkIf config.u.has.graphical {
};
autoRepeatDelay = 200;
autoRepeatInterval = 30;
inputClassSections = [
''
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "AutoRepeat" "200 30"
''
];
};
services.desktopManager.plasma6.enable = true;
programs.partition-manager.enable = true;