aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-09 19:37:06 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-09 22:22:23 +0100
commitb755639ca8ac2c7d62dc25bbe8cc8b93d775ccde (patch)
tree010cca62d30fabf0c0d10c7d07b606d176c44e92 /sway/sway.5.scd
parentImplement `focus mode_toggle` (diff)
downloadsway-b755639ca8ac2c7d62dc25bbe8cc8b93d775ccde.tar.gz
sway-b755639ca8ac2c7d62dc25bbe8cc8b93d775ccde.tar.zst
sway-b755639ca8ac2c7d62dc25bbe8cc8b93d775ccde.zip
Document `focus floating|tiling`
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
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).
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