summaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt6
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
92**input** <identifier> pointer_accel <[-1,1]>:: 92**input** <identifier> pointer_accel <[-1,1]>::
93 Changes the pointer acceleration for the specified input device. 93 Changes the pointer acceleration for the specified input device.
94 94
95**input** <identifier> repeat_delay <milliseconds>::
96 Sets the amount of time a key must be held before it starts repeating.
97
98**input** <identifier> repeat_rate <milliseconds>::
99 Sets the frequency of key repeats once the repeat_delay has passed.
100
95**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>:: 101**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
96 Changes the scroll method for the specified input device. 102 Changes the scroll method for the specified input device.
97 103