mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fix(nix): keyboard repeat delay too short
This commit is contained in:
parent
07fd335167
commit
90869ee645
2 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
autoRepeatDelay = 200;
|
||||
autoRepeatDelay = 300;
|
||||
autoRepeatInterval = 40;
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue