decorations: add Decorate/Undecorate actions

This commit is contained in:
Tobias Bengfort 2024-04-18 15:53:10 +02:00
parent d5f39c2ea0
commit c9fc9e566a
2 changed files with 20 additions and 0 deletions

View file

@ -128,6 +128,12 @@ Actions are used in menus and keyboard/mouse bindings.
By disabling the theme configuration 'keepBorder' the first step
will be removed and the action only toggles between on and off.
*<action name="Decorate" />*
Enable decorations of focused window.
*<action name="Undecorate" />*
Disable decorations of focused window.
*<action name="ToggleFullscreen" />*
Toggle fullscreen state of focused window.