workspaces: allow referencing the current workspace

This value allows a user to reference the currently visible workspace.
This commit is contained in:
Consus 2023-08-29 13:12:09 +03:00 committed by Johan Malm
parent 22e3be40e5
commit e864419194
2 changed files with 5 additions and 3 deletions

View file

@ -127,9 +127,9 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="GoToDesktop" to="value" wrap="yes" />*
Switch to workspace.
*to* The workspace to switch to. Supported values are "last", "left",
"right" or the full name of a workspace or its index (starting at 1)
as configured in rc.xml.
*to* The workspace to switch to. Supported values are "current", "last",
"left", "right" or the full name of a workspace or its index (starting
at 1) as configured in rc.xml.
*wrap* [yes|no] Wrap around from last desktop to first, and vice
versa. Default yes.