mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
decorations: add "initial" mode
This commit is contained in:
parent
85e1b454ff
commit
abdfc921d2
3 changed files with 15 additions and 5 deletions
|
|
@ -131,10 +131,11 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
*<action name="Decorate" mode="value" />*
|
||||
Enable decorations of focused window.
|
||||
|
||||
*mode* [yes|no|full|border|none] "full", "border" and "none" are the
|
||||
three modes described in 'ToggleDecorations'. "yes" and "no"
|
||||
automatically select an appropriate mode based on 'keepBorder' and
|
||||
whether the window has client side decorations. Default is yes.
|
||||
*mode* [yes|no|initial|full|border|none] "full", "border" and "none"
|
||||
are the three modes described in 'ToggleDecorations'. "yes", "no", and
|
||||
"initial" automatically select an appropriate mode based on
|
||||
'keepBorder' and whether the window has client side decorations.
|
||||
Default is yes.
|
||||
|
||||
*<action name="Undecorate" />*
|
||||
Disable decorations of focused window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue