aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-02 22:02:28 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-02 22:02:28 -0500
commitf425e81fbe1340a1193ae98ff2081bd32facb9da (patch)
tree31c09cd8494181855545ae00ddaad3328708af1f /sway/sway-input.5.scd
parentseat_cmd_attach: defer while reading (diff)
downloadsway-f425e81fbe1340a1193ae98ff2081bd32facb9da.tar.gz
sway-f425e81fbe1340a1193ae98ff2081bd32facb9da.tar.zst
sway-f425e81fbe1340a1193ae98ff2081bd32facb9da.zip
cmd_seat: allow - to be used as alias for current
This allows for `-` (hyphen) to be used as an alias for the current seat while sway is running. This alias was chosen since it is unlikely to interfere with any desirable seat identifier
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd9
1 files changed, 5 insertions, 4 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 88b4347a..376e1833 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -140,10 +140,11 @@ Configure options for multiseat mode.
140 140
141A *seat* is a collection of input devices that act independently of each other. 141A *seat* is a collection of input devices that act independently of each other.
142Seats are identified by name and the default seat is _seat0_ if no seats are 142Seats are identified by name and the default seat is _seat0_ if no seats are
143configured. Each seat has an independent keyboard focus and a separate cursor that 143configured. While sway is running, _-_ (hyphen) can be used as an alias for the
144is controlled by the pointer devices of the seat. This is useful for multiple 144current seat. Each seat has an independent keyboard focus and a separate cursor
145people using the desktop at the same time with their own devices (each sitting 145that is controlled by the pointer devices of the seat. This is useful for
146in their own "seat"). 146multiple people using the desktop at the same time with their own devices (each
147sitting in their own "seat").
147 148
148*seat* <name> attach <input_identifier> 149*seat* <name> attach <input_identifier>
149 Attach an input device to this seat by its input identifier. A special 150 Attach an input device to this seat by its input identifier. A special