aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-22 19:20:31 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-22 19:26:13 +0100
commit102719c7dd90ebfa1740894234e08f546bc054ea (patch)
tree059fd2ccd0dcafd5ebce2176795947c4bb9d6033 /sway/sway-input.5.txt
parentmanpage: add references sway.5 <-> sway-input.5 (diff)
downloadsway-102719c7dd90ebfa1740894234e08f546bc054ea.tar.gz
sway-102719c7dd90ebfa1740894234e08f546bc054ea.tar.zst
sway-102719c7dd90ebfa1740894234e08f546bc054ea.zip
manpage: fix sway-input layout
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index 08ffff54..66554e35 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -17,32 +17,32 @@ Sway allows for configuration of libinput dveices.
17Commands 17Commands
18-------- 18--------
19 19
20**input** <identifier> click_method <none|button_areas|clickfinger>: 20**input** <identifier> click_method <none|button_areas|clickfinger>::
21 Changes the click method for the specified device. 21 Changes the click method for the specified device.
22 22
23**input** <identifier> drag_lock <enabled|disabled>: 23**input** <identifier> drag_lock <enabled|disabled>::
24 Enables or disables drag lock for specified input device. 24 Enables or disables drag lock for specified input device.
25 25
26**input** <identifier> dwt <enabled|disabled>: 26**input** <identifier> dwt <enabled|disabled>::
27 Enables or disables disable-while-typing for the specified input device. 27 Enables or disables disable-while-typing for the specified input device.
28 28
29**input** <identifier> events <enable|disabled>: 29**input** <identifier> events <enable|disabled>::
30 Enables or disables send_events for specified input device. 30 Enables or disables send_events for specified input device.
31 (Disabling send_events disables the input device) 31 (Disabling send_events disables the input device)
32 32
33**input** <identifier> middle_emulation <enabled|disabled>: 33**input** <identifier> middle_emulation <enabled|disabled>::
34 Enables or disables middle click emulation. 34 Enables or disables middle click emulation.
35 35
36**input** <identifier> natural_scroll <enabled|disabled>: 36**input** <identifier> natural_scroll <enabled|disabled>::
37 Enables or disables natural scrolling for the specified input device. 37 Enables or disables natural scrolling for the specified input device.
38 38
39**input** <identifier> pointer_accel <[-1,1]>: 39**input** <identifier> pointer_accel <[-1,1]>::
40 Changes the pointer acceleration for the specified input device. 40 Changes the pointer acceleration for the specified input device.
41 41
42**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>: 42**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
43 Changes the scroll method for the specified input device. 43 Changes the scroll method for the specified input device.
44 44
45**input** <identifier> tap <enabled|disabled>: 45**input** <identifier> tap <enabled|disabled>::
46 Enables or disables tap for specified input device. 46 Enables or disables tap for specified input device.
47 47
48See Also 48See Also