diff --git a/pages/Configuring/Master-Layout.md b/pages/Configuring/Master-Layout.md index c5f7bec..ccfb968 100644 --- a/pages/Configuring/Master-Layout.md +++ b/pages/Configuring/Master-Layout.md @@ -21,7 +21,7 @@ _category name `master`_ | mfact | master split factor, the ratio of master split, relative float delta (e.g `-0.2` or `+0.2`) or `exact` followed by a the exact float value (e.g. `exact 0.55`) [0.0 - 1.0] | floatvalue | 0.55 | | new_status | `master`: new window becomes master; `slave`: new windows are added to slave stack; `inherit`: inherit from focused window | string | `slave` | | new_on_top | whether a newly open window should be on the top of the stack | bool | false | -| new_on_active | after, `before`: place new window relative to the focused window; `none`: place new window according to the value of `new_on_top`. | string | `none` | +| new_on_active | `before`, `after`: place new window relative to the focused window; `none`: place new window according to the value of `new_on_top`. | string | `none` | | no_gaps_when_only | whether to apply gaps when there is only one window on a workspace, aka. smart gaps. (default: disabled - 0) no border - 1, with border - 2 [0/1/2] | int | 0 | | 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 |