From 26ede94dddb30228a605e93bf13d4ab5d6bfaf17 Mon Sep 17 00:00:00 2001 From: shadowmax31 Date: Mon, 4 Sep 2023 10:45:44 -0400 Subject: [PATCH] Add orientationcycle to MasterLayout (#325) --- pages/Configuring/Master-Layout.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Master-Layout.md b/pages/Configuring/Master-Layout.md index 9959627..bb39aa9 100644 --- a/pages/Configuring/Master-Layout.md +++ b/pages/Configuring/Master-Layout.md @@ -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