mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add orientationcycle to MasterLayout (#325)
This commit is contained in:
parent
a0f380a113
commit
26ede94ddd
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ _category name `master`_
|
|||
| orientationcenter | sets the orientation for the current workspace to center (master area center, slave windows alternate to the left and right, vertically stacked) | none |
|
||||
| orientationnext | cycle to the next orientation for the current workspace (clockwise) | none |
|
||||
| orientationprev | cycle to the previous orientation for the current workspace (counter-clockwise) | none |
|
||||
| orientationcycle | cycle to the next orientation from the provided list, for the current workspace | allowed values: `left`, `top`, `right`, `bottom`, or `center`. The values have to be separated by a space. If left empty, it will work like `orientationnext` |
|
||||
|
||||
params for the commands are separated by a single space
|
||||
|
||||
|
|
Loading…
Reference in a new issue