mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Various manpage edits
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
This commit is contained in:
parent
45ec4de36a
commit
93fe8ae705
5 changed files with 45 additions and 43 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue