diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-28 22:07:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 22:07:27 +0200 |
commit | dc01e884f7d71435015dd3e61f0e269a88975d8a (patch) | |
tree | 7f936e3355925a0ac12a4514c6b7179595c0ba39 /sway/sway-input.5.scd | |
parent | ca7084cb52bd5a27a847e43320490b7a5ee5ef73 (diff) | |
parent | a9d9944e761eedf06453b1007998e175d416aa05 (diff) |
Merge pull request #2724 from RedSoxFan/update-man-pages
Update man pages - dynamic vars and generic blocks
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 707c36af..5736d70a 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -7,7 +7,6 @@ sway-input - input configuration file and commands # DESCRIPTION Sway allows for configuration of devices within the sway configuration file. -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*. # INPUT COMMANDS @@ -116,8 +115,7 @@ The following commands may only be used in the configuration file. ## SEAT CONFIGURATION -Configure options for multiseat mode. sway-seat commands must be used inside a -_seat { }_ block in the config. +Configure options for multiseat mode. A *seat* is a collection of input devices that act independently of each other. Seats are identified by name and the default seat is _seat0_ if no seats are |