mirror of
https://github.com/swaywm/sway.git
synced 2026-04-14 08:22:08 -04:00
input and seat command docs
This commit is contained in:
parent
b3a0309f26
commit
2624f55f8d
3 changed files with 53 additions and 27 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue