added description of new option allow_small_split (#184)

this is a companion to PR #2025 on hyprwm/Hyprland
This commit is contained in:
Person1873 2023-05-21 01:33:30 +10:00 committed by GitHub
parent b947a2dad1
commit 1eb9f1b765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 |