ipc: add scratchpad_state property to GET_TREE

See previous commit. This restores ipc parity with i3.
This commit is contained in:
llyyr 2024-02-27 02:06:27 +05:30 committed by Simon Ser
parent 2867ef646b
commit 0b84d82b9a
2 changed files with 8 additions and 0 deletions

View file

@ -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.