mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
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:
parent
dda47a5e14
commit
997a7e4e5b
2 changed files with 34 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue