decorations: add titlebar actions

This commit is contained in:
Tobias Bengfort 2024-04-18 09:46:36 +02:00
parent bba57c0315
commit 496c933582
6 changed files with 69 additions and 6 deletions

View file

@ -126,6 +126,23 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="Undecorate" />*
Disable server side decorations of focused window.
*<action name="ToggleTitlebar" />*
Toggle titlebar of focused window.
If the 'keepBorder' configuration option is enabled (as in the default
configuraton), then a border will be left as the only decorations around the
window.
This has no effect on windows that do not have server side decorations.
*<action name="ShowTitlebar" />*
Hide titlebar of focused window.
See 'ToggleTitlebar' for details.
*<action name="HideTitlebar" />*
Show titlebar of focused window.
See 'ToggleTitlebar' for details.
*<action name="ToggleFullscreen" />*
Toggle fullscreen state of focused window.