From 905e3ee8d90cfcdd1f8efc64dbf1f70f4b00bbcb Mon Sep 17 00:00:00 2001 From: Marcus Kellerman Date: Sun, 26 Feb 2023 15:12:21 -0800 Subject: [PATCH] Updated Master-Layout.md with center orientation (#138) --- pages/Configuring/Master-Layout.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Master-Layout.md b/pages/Configuring/Master-Layout.md index f1f9f394..63436af1 100644 --- a/pages/Configuring/Master-Layout.md +++ b/pages/Configuring/Master-Layout.md @@ -14,8 +14,10 @@ _category name `master`_ | new_is_master | whether a newly open window should replace the master or join the slaves. | bool | true | | new_on_top | whether a newly open window should be on the top of the stack | bool | false | | no_gaps_when_only | whether to apply gaps when there is only one window on a workspace, aka. smart gaps. | bool | false | -| orientation | default placement of the master area, can be left, right, top or bottom | string | left | +| orientation | default placement of the master area, can be left, right, top, bottom or center | string | left | | inherit_fullscreen | inherit fullscreen status when cycling/swapping to another window (e.g. monocle layout) | bool | true | +| always_center_master | when using orientation=center, keep the master window centered, even when it is the only window in the workspace. | bool | false | + # Dispatchers @@ -35,6 +37,7 @@ _category name `master`_ | orientationright | sets the orientation for the current workspace to right (master area right, slave windows to the left, vertically stacked) | none | | orientationtop | sets the orientation for the current workspace to top (master area top, slave windows to the bottom, horizontally stacked) | none | | orientationbottom | sets the orientation for the current workspace to bottom (master area bottom, slave windows to the top, horizontally stacked) | none | +| orientationcenter | sets the orientation for the current workspace to center (master area center, slave windows alternate to the left and right, vertically stacked) | none | | orientationnext | cycle to the next orientation for the current workspace (clockwise) | none | | orientationprev | cycle to the previous orientation for the current workspace (counter-clockwise) | none |