mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
add smart_resizing for master layout (#335)
This commit is contained in:
parent
1c0b0c6ee4
commit
b13b61230e
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,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 |
|
||||
| always_center_master | when using orientation=center, keep the master window centered, even when it is the only window in the workspace. | bool | false |
|
||||
| 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 |
|
||||
|
||||
|
||||
# Dispatchers
|
||||
|
|
Loading…
Reference in a new issue