mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
windowswitcher: show 's' as "state" for shaded views
While at it sorted the code to show 'm' before 's' and 's' before 'M' - from the least visible to the most visible state.
This commit is contained in:
parent
77a11568a7
commit
c78a0fe1b4
2 changed files with 9 additions and 6 deletions
|
|
@ -401,9 +401,9 @@ this is for compatibility with Openbox.
|
|||
fields are:
|
||||
- 'B' - shell type, values [xwayland|xdg-shell]
|
||||
- 'b' - shell type (short form), values [X|W]
|
||||
- 'S' - state of window, values [M|m|F] (3 spaces allocated)
|
||||
(maximized, minimized, fullscreen)
|
||||
- 's' - state of window (short form), values [M|m|F] (1 space)
|
||||
- 'S' - state of window, values [m|s|M|F] (4 spaces allocated)
|
||||
(minimized, shaded, maximized, fullscreen)
|
||||
- 's' - state of window (short form), values [m|s|M|F] (1 space)
|
||||
- 'I' - wm-class/app-id
|
||||
- 'i' - wm-class/app-id trimmed, remove "org." if available
|
||||
- 'n' - desktop entry/file application name, falls back to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue