commit 9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f
parent 9d3739a6f787edee185baa5e0746e72c07f9314f
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date: Thu, 19 Apr 2018 13:48:20 +1000
Correct the repeat_rate documentation.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>::