diff options
author | emersion <contact@emersion.fr> | 2018-07-09 19:37:06 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-07-09 22:22:23 +0100 |
commit | b755639ca8ac2c7d62dc25bbe8cc8b93d775ccde (patch) | |
tree | 010cca62d30fabf0c0d10c7d07b606d176c44e92 /sway | |
parent | 48c98b676f73f5e588c2a8d724a8fc5d411162a2 (diff) |
Document `focus floating|tiling`
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 7c553d3f..c6eb5e6d 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). *focus* output <name> Moves focus to the named output. +*focus tiling* + Sets focus to the last focused tiling container. + +*focus floating* + Sets focus to the last focused floating container. + *focus* mode\_toggle Moves focus between the floating and tiled layers. |