keyboard repeat rate
This commit is contained in:
parent
eb759e0e2c
commit
1382943989
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue