mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
fixup! query: eliminate query.maximized tristates
This commit is contained in:
parent
ac2d1b4177
commit
e1069a0bea
2 changed files with 9 additions and 8 deletions
|
|
@ -393,13 +393,10 @@ Actions that execute other actions. Used in keyboard/mouse bindings.
|
|||
*shaded* [yes|no]
|
||||
Whether or not the client is rolled up.
|
||||
|
||||
*maximized* [yes|horizontal|vertical|no]
|
||||
Whether the client is maximized along both axes (yes),
|
||||
the horizontal axis only (horizontal), the vertical
|
||||
axis only (vertical) or neither axis (no).
|
||||
|
||||
The keyword "full" may be used as a synonym for "yes",
|
||||
while "none" may be used as a synonym for "no".
|
||||
*maximized* [both|horizontal|vertical|none]
|
||||
Whether the client is maximized along both axes, the
|
||||
horizontal axis only, the vertical axis only, or neither
|
||||
axis (none).
|
||||
|
||||
*iconified* [yes|no]
|
||||
Whether or not the client is iconified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue