summaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-14 15:50:35 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-10-16 21:03:46 -0400
commitbfc5150328d15197c4cce34eb9e3e492e2966c1a (patch)
tree8765ea2fc4720cbda14b85da8d0ef2aeacdff2ea /sway/sway-input.5.txt
parentMerge pull request #1397 from johalun/manpages (diff)
downloadsway-bfc5150328d15197c4cce34eb9e3e492e2966c1a.tar.gz
sway-bfc5150328d15197c4cce34eb9e3e492e2966c1a.tar.zst
sway-bfc5150328d15197c4cce34eb9e3e492e2966c1a.zip
Merge pull request #1400 from madblobfish/manpages
Various manpage edits
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index f44a3179..f0c8f87c 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -12,8 +12,8 @@ Description
12----------- 12-----------
13 13
14Sway allows for configuration of libinput devices within the sway configuration file. 14Sway allows for configuration of libinput devices within the sway configuration file.
15sway-input commands must be used inside a _input { }_ block in the config. 15sway-input commands must be used inside an _input { }_ block in the config.
16To obtain a list of available devices identifier, run **swaymsg -t get_inputs**. 16To obtain a list of available device identifiers, run **swaymsg -t get_inputs**.
17 17
18Commands 18Commands
19-------- 19--------
@@ -32,7 +32,7 @@ Commands
32 32
33**input** <identifier> events <enabled|disabled|disabled_on_external_mouse>:: 33**input** <identifier> events <enabled|disabled|disabled_on_external_mouse>::
34 Enables or disables send_events for specified input device. 34 Enables or disables send_events for specified input device.
35 (Disabling send_events disables the input device) 35 (Disabling send_events disables the input device)
36 36
37**input** <identifier> left_handed <enabled|disabled>:: 37**input** <identifier> left_handed <enabled|disabled>::
38 Enables or disables left handed mode for specified input device. 38 Enables or disables left handed mode for specified input device.