Add openbox style decoration actions

- Decorate, set full decorations, ie titlebar and border
- Undecorate, turn off all decorations
- Border, border only decoration, unaffected by keepBorder setting
This commit is contained in:
Droc 2024-09-02 09:12:16 -05:00
parent dda47a5e14
commit 997a7e4e5b
2 changed files with 34 additions and 1 deletions

View file

@ -134,6 +134,18 @@ Actions are used in menus and keyboard/mouse bindings.
windows that have client side decorations if it would increase the
amount of decoration. Default is no.
*<action name="Decorate" />*
Similar to ToggleDecorations below but a single state
- Titlebar and borders
*<action name="Undecorate" />*
Similar to ToggleDecorations below but a single state
- No titlebar or borders
*<action name="Border" />*
Similar to ToggleDecorations below but a single state
- Borders only
*<action name="ToggleDecorations" />*
Toggle decorations of focused window.