mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Correct unit for input:repeat_rate
The documentation states it's in milliseconds, but in practice it's currently interpreted as Hz.
This commit is contained in:
parent
30486e95a5
commit
6010c6d9d0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ _[More about Animations](../Animations)._
|
|||
| kb_file | If you prefer, you can use a path to an .xkb file. | str | \[EMPTY\] |
|
||||
| follow_mouse | (0/1/2/3) enable mouse following (focus on enter new window) - See the note below for more info | int | 1 |
|
||||
| float_switch_override_focus | if enabled (1 or 2), focus will follow mouse if changing from tiled to floating and vice versa. 2 will also follow mouse on float -> float switches | int | 1 |
|
||||
| repeat_rate | in ms, the repeat rate for held keys | int | 25 |
|
||||
| repeat_rate | in repeats per second, the repeat rate for held keys | int | 25 |
|
||||
| repeat_delay | in ms, the repeat delay (grace period) before the spam | int | 600 |
|
||||
| natural_scroll | enable natural scroll | bool | false |
|
||||
| numlock_by_default | lock numlock by default | bool | false |
|
||||
|
|
Loading…
Reference in a new issue