niri: increase key repeat rate
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
1c024b8559
commit
9671be0468
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
||||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputkeyboardrepeat-delay
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputkeyboardrepeat-delay
|
||||||
keyboard = {
|
keyboard = {
|
||||||
repeat-delay = 250;
|
repeat-delay = 250;
|
||||||
repeat-rate = 30;
|
repeat-rate = 40;
|
||||||
};
|
};
|
||||||
|
|
||||||
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
||||||
|
|
Loading…
Add table
Reference in a new issue