summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-19 13:48:20 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-19 13:48:20 +1000
commit9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f (patch)
treeec383be2db8def6d41c06cc4333ef6175b105b1a
parentSplit repeat commands into separate files. (diff)
downloadsway-9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f.tar.gz
sway-9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f.tar.zst
sway-9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f.zip
Correct the repeat_rate documentation.
-rw-r--r--sway/sway-input.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index c3380f54..948b4b6f 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -95,7 +95,7 @@ Libinput Configuration
95**input** <identifier> repeat_delay <milliseconds>:: 95**input** <identifier> repeat_delay <milliseconds>::
96 Sets the amount of time a key must be held before it starts repeating. 96 Sets the amount of time a key must be held before it starts repeating.
97 97
98**input** <identifier> repeat_rate <milliseconds>:: 98**input** <identifier> repeat_rate <characters per second>::
99 Sets the frequency of key repeats once the repeat_delay has passed. 99 Sets the frequency of key repeats once the repeat_delay has passed.
100 100
101**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>:: 101**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::