diff options
author | llyyr <llyyr@yukari.in> | 2024-02-27 02:06:27 +0530 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-02-29 00:51:43 +0100 |
commit | 0b84d82b9aad05010479140774ac5ee1fea8ea97 (patch) | |
tree | 1265eda82806b43ec1b294110af82bbc62476461 /sway/sway-ipc.7.scd | |
parent | 2867ef646b67138a796b7d5ae46428c255cc928f (diff) |
ipc: add `scratchpad_state` property to GET_TREE
See previous commit. This restores ipc parity with i3.
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r-- | sway/sway-ipc.7.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 5859558f..c9895e52 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -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. |