aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 08:19:33 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 08:19:33 -0500
commit2624f55f8decf7f1cc1dd64a3f72b130f7ef77e8 (patch)
tree71ad222f366d1f1df928b88ea3242dc92457a8bd /sway/sway.5.txt
parentfix logging issue for new wlroots (diff)
downloadsway-2624f55f8decf7f1cc1dd64a3f72b130f7ef77e8.tar.gz
sway-2624f55f8decf7f1cc1dd64a3f72b130f7ef77e8.tar.zst
sway-2624f55f8decf7f1cc1dd64a3f72b130f7ef77e8.zip
input and seat command docs
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 2a4ef205..afd3c9fa 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -312,7 +312,7 @@ The default colors are:
312**hide_edge_borders** <none|vertical|horizontal|both|smart>:: 312**hide_edge_borders** <none|vertical|horizontal|both|smart>::
313 Hide window borders adjacent to the screen edges. Default is _none_. 313 Hide window borders adjacent to the screen edges. Default is _none_.
314 314
315**input** <input device> <block of commands>:: 315**input** <input_device> <block of commands>::
316 Append _{_ to this command, the following lines will be commands to configure 316 Append _{_ to this command, the following lines will be commands to configure
317 the named input device, and _}_ on its own line will close the block. 317 the named input device, and _}_ on its own line will close the block.
318 + 318 +
@@ -320,6 +320,11 @@ The default colors are:
320 + 320 +
321 See **sway-input**(5) for details. 321 See **sway-input**(5) for details.
322 322
323**seat** <seat_name> <block of commands>::
324 Append _{_ to this command, the following lines will be commands to configure
325 the named seat, and _}_ on its own line will close the block.
326 See **sway-input**(5) for details.
327
323**kill**:: 328**kill**::
324 Kills (force-closes) the currently-focused container and all of its children. 329 Kills (force-closes) the currently-focused container and all of its children.
325 330