aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar madblobfish <madblobfish@users.noreply.github.com>2017-10-14 21:39:53 +0200
committerLibravatar madblobfish <madblobfish@users.noreply.github.com>2017-10-14 21:41:49 +0200
commit93fe8ae705544ac6f9b08dcfe384074762995bed (patch)
tree8ead044bed1208ea8c7e293554d3b11f8726ebc5 /sway/sway-input.5.txt
parentMerge pull request #1395 from Zer0-One/master (diff)
downloadsway-93fe8ae705544ac6f9b08dcfe384074762995bed.tar.gz
sway-93fe8ae705544ac6f9b08dcfe384074762995bed.tar.zst
sway-93fe8ae705544ac6f9b08dcfe384074762995bed.zip
Various manpage edits
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
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.