mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
master: fix incorrect default val (#613)
The default value for `mfact` is `0.55`.
34413d1f36/src/config/ConfigManager.cpp (L427)
This commit is contained in:
parent
9e32831f0a
commit
258a686af3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ _category name `master`_
|
|||
| --- | --- | --- | --- |
|
||||
| allow_small_split | enable adding additional master windows in a horizontal split style | bool | false |
|
||||
| special_scale_factor | the scale of the special workspace windows. [0.0 - 1.0] | float | 1 |
|
||||
| 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.5 |
|
||||
| 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_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. (default: disabled - 0) no border - 1, with border - 2 [0/1/2] | int | 0 |
|
||||
|
|
Loading…
Reference in a new issue