mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-05-12 21:20:37 +01:00
master: Change center_master_slaves_on_right to center_master_fallback (#1050)
This commit is contained in:
parent
28d2dec8d5
commit
acc10b8847
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ _category name `master`_
|
|||
| 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 |
|
||||
| slave_count_for_center_master | when using orientation=center, make the master window centered only when at least this many slave windows are open. (Set 0 to always_center_master) | int | 2 |
|
||||
| center_master_slaves_on_right | set if the slaves should appear on right of master when slave_count_for_center_master > 2 | bool | true |
|
||||
| center_master_fallback | Set fallback for center master when slaves are less than slave_count_for_center_master, can be left ,right ,top ,bottom | string | left |
|
||||
| smart_resizing | if enabled, resizing direction will be determined by the mouse's position on the window (nearest to which corner). Else, it is based on the window's tiling position. | bool | true |
|
||||
| drop_at_cursor | when enabled, dragging and dropping windows will put them at the cursor position. Otherwise, when dropped at the stack side, they will go to the top/bottom of the stack depending on new_on_top. | bool | true |
|
||||
| always_keep_position | whether to keep the master window in its configured position when there are no slave windows | bool | false |
|
||||
|
|
Loading…
Reference in a new issue