niri: increase key repeat rate
This commit is contained in:
parent
79bc907c02
commit
25fe9f94fe
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 = 40;
|
repeat-rate = 50;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Update when per-device configuration is supported
|
# TODO: Update when per-device configuration is supported
|
||||||
|
|
Loading…
Add table
Reference in a new issue