Add action UnMaximize

Suggested-by: @Vladimir-csp

Fixes: #1825
This commit is contained in:
Johan Malm 2024-05-19 18:10:44 +01:00 committed by Johan Malm
parent 21f079e306
commit b1b48537a1
2 changed files with 17 additions and 1 deletions

View file

@ -150,7 +150,12 @@ Actions are used in menus and keyboard/mouse bindings.
"both" (default), "horizontal", and "vertical".
*<action name="Maximize" direction="value" />*
Maximize focused window. Supported directions are "both" (default),
Maximize focused window in the direction(s) specified. Supported
directions are "both" (default), "horizontal", and "vertical".
*<action name="UnMaximize" direction="value" />*
Unmaximize focused window in the direction(s) specified and return it to
its pre-maximized dimensions. Supported directions are "both" (default),
"horizontal", and "vertical".
*<action name="ToggleAlwaysOnTop" />*