aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-04-19 13:48:20 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-04-19 13:48:20 +1000
commit9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f (patch)
treeec383be2db8def6d41c06cc4333ef6175b105b1a
parent9d3739a6f787edee185baa5e0746e72c07f9314f (diff)
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
**input** <identifier> repeat_delay <milliseconds>::
Sets the amount of time a key must be held before it starts repeating.
-**input** <identifier> repeat_rate <milliseconds>::
+**input** <identifier> repeat_rate <characters per second>::
Sets the frequency of key repeats once the repeat_delay has passed.
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::