mirror of
https://github.com/swaywm/sway.git
synced 2026-04-15 08:21:37 -04:00
ipc: add scratchpad_state property to GET_TREE
See previous commit. This restores ipc parity with i3.
This commit is contained in:
parent
2867ef646b
commit
0b84d82b9a
2 changed files with 8 additions and 0 deletions
|
|
@ -379,6 +379,9 @@ node and will have the following properties:
|
|||
|- floating
|
||||
: string
|
||||
: Floating state of container. Can be either "auto_off" or "user_on"
|
||||
|- scratchpad_state
|
||||
: string
|
||||
: Whether the window is in the scratchpad. Can be either "none" or "fresh"
|
||||
|- app_id
|
||||
: string
|
||||
: (Only views) For an xdg-shell view, the name of the application, if set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue