input and seat command docs

This commit is contained in:
Tony Crisci 2017-12-16 08:19:33 -05:00
parent b3a0309f26
commit 2624f55f8d
3 changed files with 53 additions and 27 deletions

View file

@ -312,7 +312,7 @@ The default colors are:
**hide_edge_borders** <none|vertical|horizontal|both|smart>::
Hide window borders adjacent to the screen edges. Default is _none_.
**input** <input device> <block of commands>::
**input** <input_device> <block of commands>::
Append _{_ to this command, the following lines will be commands to configure
the named input device, and _}_ on its own line will close the block.
+
@ -320,6 +320,11 @@ The default colors are:
+
See **sway-input**(5) for details.
**seat** <seat_name> <block of commands>::
Append _{_ to this command, the following lines will be commands to configure
the named seat, and _}_ on its own line will close the block.
See **sway-input**(5) for details.
**kill**::
Kills (force-closes) the currently-focused container and all of its children.