mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
Fix Master-Layout.md (#67)
Fixed: - Invalid markdown syntax on one of the tables - Default value of `new_is_master` was incorrectly stated as `false`
This commit is contained in:
parent
8ba137ce41
commit
23a3600636
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ However, you can resize the master window.
|
|||
_category name `master`_
|
||||
|
||||
| name | description | type | default |
|
||||
|---|---|---|---|---|
|
||||
|---|---|---|---|
|
||||
| special_scale_factor | (0.0 - 1.0) the scale of the special workspace windows | float | 0.8 |
|
||||
| new_is_master | whether a newly open window should replace the master or join the slaves. | bool | false |
|
||||
| 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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue