aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar Cole Mickens <cole.mickens@gmail.com>2016-01-17 02:53:37 -0800
committerLibravatar Cole Mickens <cole.mickens@gmail.com>2016-01-19 06:51:36 -0800
commit28081b76891ddbbb825dee6c202037d78aa8f164 (patch)
tree6b7412f626f5d9f10dba8920a2543dfd3c5a662e /sway/sway-input.5.txt
parentAdd ffmpeg/imagemagick to depenency list (diff)
downloadsway-28081b76891ddbbb825dee6c202037d78aa8f164.tar.gz
sway-28081b76891ddbbb825dee6c202037d78aa8f164.tar.zst
sway-28081b76891ddbbb825dee6c202037d78aa8f164.zip
libinput
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
new file mode 100644
index 00000000..ec5d1314
--- /dev/null
+++ b/sway/sway-input.5.txt
@@ -0,0 +1,46 @@
1/////
2vim:set ts=4 sw=4 tw=82 noet:
3/////
4sway (5)
5========
6
7Name
8----
9sway - input configuration file and commands
10
11Description
12-----------
13
14Sway allows for configuration of libinput dveices.
15
16
17Commands
18--------
19
20**input** <identifier> click_method <none|button_areas|clickfinger>:
21 Changes the click method for the specified device.
22
23**input** <identifier> drag_lock <enabled|disabled>:
24 Enables or disables drag lock for specified input device.
25
26**input** <identifier> dwt <enabled|disabled>:
27 Enables or disables disable-while-typing for the specified input device.
28
29**input** <identifier> events <enable|disabled>:
30 Enables or disables send_events for specified input device.
31 (Disabling send_events disables the input device)
32
33**input** <identifier> middle_emulation <enabled|disabled>:
34 Enables or disables middle click emulation.
35
36**input** <identifier> natural_scroll <enabled|disabled>:
37 Enables or disables natural scrolling for the specified input device.
38
39**input** <identifier> pointer_accel <[-1,1]>:
40 Changes the pointer acceleration for the specified input device.
41
42**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>:
43 Changes the scroll method for the specified input device.
44
45**input** <identifier> tap <enabled|disabled>:
46 Enables or disables tap for specified input device.