aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd15
1 files changed, 14 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 5ce6bf06..d369d7b6 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -92,6 +92,12 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
92*focus* output <name> 92*focus* output <name>
93 Moves focus to the named output. 93 Moves focus to the named output.
94 94
95*focus tiling*
96 Sets focus to the last focused tiling container.
97
98*focus floating*
99 Sets focus to the last focused floating container.
100
95*focus* mode\_toggle 101*focus* mode\_toggle
96 Moves focus between the floating and tiled layers. 102 Moves focus between the floating and tiled layers.
97 103
@@ -413,10 +419,12 @@ The default colors are:
413*mode* <mode> 419*mode* <mode>
414 Switches to the specified mode. The default mode _default_. 420 Switches to the specified mode. The default mode _default_.
415 421
416*mode* <mode> *{* <commands...> *}* 422*mode* [--pango\_markup] <mode> *{* <commands...> *}*
417 _commands..._ after *{* will be added to the specified mode. A newline is 423 _commands..._ after *{* will be added to the specified mode. A newline is
418 required between *{* and the first command, and *}* must be alone on a 424 required between *{* and the first command, and *}* must be alone on a
419 line. Only *bindsym* and *bindcode* commands are permitted in mode blocks. 425 line. Only *bindsym* and *bindcode* commands are permitted in mode blocks.
426 If _--pango\_markup_ is given, then _mode_ will be interpreted as pango
427 markup.
420 428
421*mouse\_warping* output|none 429*mouse\_warping* output|none
422 If _output_ is specified, the mouse will be moved to new outputs as you 430 If _output_ is specified, the mouse will be moved to new outputs as you
@@ -491,6 +499,11 @@ config after the others, or it will be matched instead of the others.
491 *unmark* will remove _identifier_ from the list of current marks on a 499 *unmark* will remove _identifier_ from the list of current marks on a
492 window. If _identifier_ is omitted, all marks are removed. 500 window. If _identifier_ is omitted, all marks are removed.
493 501
502*urgent* enable|disable|allow|deny
503 Using _enable_ or _disable_ manually sets or unsets the window's urgent
504 state. Using _allow_ or _deny_ controls the window's ability to set itself
505 as urgent. By default, windows are allowed to set their own urgency.
506
494*workspace* [number] <name> 507*workspace* [number] <name>
495 Switches to the specified workspace. The string "number" is optional and is 508 Switches to the specified workspace. The string "number" is optional and is
496 used to sort workspaces. 509 used to sort workspaces.