decorations: restore old ToggleDecorations behavior

This reverts part of commit e39744f1d3.
This commit is contained in:
Tobias Bengfort 2024-04-18 13:36:51 +02:00
parent a8f98cb90b
commit 873393a8da
2 changed files with 0 additions and 27 deletions

View file

@ -120,14 +120,6 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="ToggleDecorations" />*
Toggle decorations of focused window.
This is a 3-state action which can be executed multiple times:
- Only the titlebar will be hidden, borders and resize area are kept
- Remaining decorations will be disabled
- Decorations will be shown normally
By disabling the theme configuration 'keepBorder' the first step
will be removed and the action only toggles between on and off.
*<action name="ToggleFullscreen" />*
Toggle fullscreen state of focused window.