From 1eb9f1b765c18e6302cf9708dabebd7774a6296c Mon Sep 17 00:00:00 2001 From: Person1873 <87143469+Person1873@users.noreply.github.com> Date: Sun, 21 May 2023 01:33:30 +1000 Subject: [PATCH] added description of new option allow_small_split (#184) this is a companion to PR #2025 on hyprwm/Hyprland --- pages/Configuring/Master-Layout.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Master-Layout.md b/pages/Configuring/Master-Layout.md index 8d09578..e665cbb 100644 --- a/pages/Configuring/Master-Layout.md +++ b/pages/Configuring/Master-Layout.md @@ -10,6 +10,7 @@ _category name `master`_ | name | description | type | default | |---|---|---|---| +| allow_small_split | enable adding additional master windows in a horizontal split style | bool | false | | special_scale_factor | (0.0 - 1.0) the scale of the special workspace windows | float | 0.8 | | mfact | (0.0 - 1.0) master split factor, the ratio of master split| float | 0.55 | | new_is_master | whether a newly open window should replace the master or join the slaves. | bool | true |