mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
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.
This commit is contained in:
parent
2b0e3c212a
commit
a0aa8d9780
6 changed files with 70 additions and 18 deletions
|
|
@ -371,7 +371,7 @@ The default colors are:
|
|||
switch to workspace 2, then invoke the "workspace 2" command again, you
|
||||
will be returned to workspace 1. Defaults to _no_.
|
||||
|
||||
**workspace_layout** <default|stacking|tabbed>::
|
||||
**workspace_layout** <default|stacking|tabbed|auto_left|auto_right|auto_top|auto_bottom>::
|
||||
Specifies the start layout for new workspaces.
|
||||
|
||||
**include** <path>::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue