Skip to content

Commit

Permalink
add smart_resizing for master layout (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejch authored and fufexan committed Dec 12, 2023
1 parent 43035cb commit 537819f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Configuring/Master-Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 537819f

Please sign in to comment.