aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2020-01-14 19:34:42 -0700
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-01-22 13:30:52 -0500
commit6ac97c46ae35cac9a49f487b6cd9d23520004c2b (patch)
tree7b92c56d51e95479373e7395791ce264300505f3
parentipc-json: Remove unnecessary dereference (diff)
downloadsway-6ac97c46ae35cac9a49f487b6cd9d23520004c2b.tar.gz
sway-6ac97c46ae35cac9a49f487b6cd9d23520004c2b.tar.zst
sway-6ac97c46ae35cac9a49f487b6cd9d23520004c2b.zip
sway-input.5: Document repeat_delay and repeat_rate only once
-rw-r--r--sway/sway-input.5.scd14
1 files changed, 4 insertions, 10 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 26cc60f0..e23e0b93 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -35,11 +35,11 @@ on top of the existing device configurations.
35 35
36## KEYBOARD CONFIGURATION 36## KEYBOARD CONFIGURATION
37 37
38*input* <identifier> repeat_delay <n> 38*input* <identifier> repeat_delay <milliseconds>
39 Sets the delay before repeating a held-down key, in milliseconds. 39 Sets the amount of time a key must be held before it starts repeating.
40 40
41*input* <identifier> repeat_rate <n> 41*input* <identifier> repeat_rate <characters per second>
42 Sets the key repeat rate in number of keypresses per second. 42 Sets the frequency of key repeats once the repeat_delay has passed.
43 43
44For more information on these xkb configuration options, see 44For more information on these xkb configuration options, see
45*xkeyboard-config*(7). 45*xkeyboard-config*(7).
@@ -145,12 +145,6 @@ The following commands may only be used in the configuration file.
145*input* <identifier> pointer_accel [<-1|1>] 145*input* <identifier> pointer_accel [<-1|1>]
146 Changes the pointer acceleration for the specified input device. 146 Changes the pointer acceleration for the specified input device.
147 147
148*input* <identifier> repeat_delay <milliseconds>
149 Sets the amount of time a key must be held before it starts repeating.
150
151*input* <identifier> repeat_rate <characters per second>
152 Sets the frequency of key repeats once the repeat_delay has passed.
153
154*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name> 148*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name>
155 Sets the button used for scroll_method on_button_down. The button can 149 Sets the button used for scroll_method on_button_down. The button can
156 be given as an event name or code, which can be obtained from *libinput 150 be given as an event name or code, which can be obtained from *libinput