Add RaiseLower action

This commit is contained in:
Johan Malm 2023-09-28 21:06:20 +01:00
parent e5aef03319
commit b6aa0ce9b0
2 changed files with 15 additions and 0 deletions

View file

@ -33,6 +33,10 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="Lower" />*
Restack the current window below other open windows.
*<action name="RaiseLower" />*
Raise the window if it is currently behind any other windows. Lower the
window it is above all other windows.
*<action name="Iconify" />*
Iconify (minimize) focused window.