aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar wil <william.barsse@gmail.com>2016-12-29 20:26:35 +0100
committerLibravatar wil <william.barsse@gmail.com>2016-12-29 20:31:30 +0100
commita0aa8d9780c6c8b0138800e3b2c2c0053174a2c5 (patch)
treec82dec85d4f5c9dbe0b93131f56614bccaa3a227 /sway/sway.5.txt
parent[fix] move next/prev behavior for vert/horiz layout (diff)
downloadsway-a0aa8d9780c6c8b0138800e3b2c2c0053174a2c5.tar.gz
sway-a0aa8d9780c6c8b0138800e3b2c2c0053174a2c5.tar.zst
sway-a0aa8d9780c6c8b0138800e3b2c2c0053174a2c5.zip
cleanup in auto layouts
- added L_AUTO_FIRST/LAST instead of using explicit layouts. - when switching between auto layout that don't share the same major axis, invert the width/height of their child views to preserve their relative proportions.
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 8f8302f0..c0c4bfb2 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -371,7 +371,7 @@ The default colors are:
371 switch to workspace 2, then invoke the "workspace 2" command again, you 371 switch to workspace 2, then invoke the "workspace 2" command again, you
372 will be returned to workspace 1. Defaults to _no_. 372 will be returned to workspace 1. Defaults to _no_.
373 373
374**workspace_layout** <default|stacking|tabbed>:: 374**workspace_layout** <default|stacking|tabbed|auto_left|auto_right|auto_top|auto_bottom>::
375 Specifies the start layout for new workspaces. 375 Specifies the start layout for new workspaces.
376 376
377**include** <path>:: 377**include** <path>::