decorations: implement Decoration/Undecorate actions

This commit is contained in:
Tobias Bengfort 2024-04-18 10:38:50 +02:00
parent 873393a8da
commit 84452debaf
4 changed files with 21 additions and 10 deletions

View file

@ -120,6 +120,12 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="ToggleDecorations" />*
Toggle decorations of focused window.
*<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.