diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-14 15:50:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 15:50:35 -0400 |
commit | e91058509e972ef954f11759d27a00a2185b8019 (patch) | |
tree | 8765ea2fc4720cbda14b85da8d0ef2aeacdff2ea /sway/sway-input.5.txt | |
parent | d1e7ac89c485a72722be53f4c933885e9a1ec167 (diff) | |
parent | 93fe8ae705544ac6f9b08dcfe384074762995bed (diff) | |
download | sway-e91058509e972ef954f11759d27a00a2185b8019.tar.xz |
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.txt | 6 |
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 ----------- Sway allows for configuration of libinput devices within the sway configuration file. -sway-input commands must be used inside a _input { }_ block in the config. -To obtain a list of available devices identifier, run **swaymsg -t get_inputs**. +sway-input commands must be used inside an _input { }_ block in the config. +To obtain a list of available device identifiers, run **swaymsg -t get_inputs**. Commands -------- @@ -32,7 +32,7 @@ Commands **input** <identifier> events <enabled|disabled|disabled_on_external_mouse>:: Enables or disables send_events for specified input device. - (Disabling send_events disables the input device) + (Disabling send_events disables the input device) **input** <identifier> left_handed <enabled|disabled>:: Enables or disables left handed mode for specified input device. |