diff options
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r-- | sway/sway-input.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt index 05725360..c3380f54 100644 --- a/sway/sway-input.5.txt +++ b/sway/sway-input.5.txt @@ -92,6 +92,12 @@ Libinput Configuration **input** <identifier> pointer_accel <[-1,1]>:: Changes the pointer acceleration for the specified input device. +**input** <identifier> repeat_delay <milliseconds>:: + Sets the amount of time a key must be held before it starts repeating. + +**input** <identifier> repeat_rate <milliseconds>:: + Sets the frequency of key repeats once the repeat_delay has passed. + **input** <identifier> scroll_method <none|two_finger|edge|on_button_down>:: Changes the scroll method for the specified input device. |