aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar llyyr <llyyr@yukari.in>2024-02-27 02:06:27 +0530
committerLibravatar Simon Ser <contact@emersion.fr>2024-02-29 00:51:43 +0100
commit0b84d82b9aad05010479140774ac5ee1fea8ea97 (patch)
tree1265eda82806b43ec1b294110af82bbc62476461 /sway/sway-ipc.7.scd
parentipc: add `floating` property to GET_TREE (diff)
downloadsway-0b84d82b9aad05010479140774ac5ee1fea8ea97.tar.gz
sway-0b84d82b9aad05010479140774ac5ee1fea8ea97.tar.zst
sway-0b84d82b9aad05010479140774ac5ee1fea8ea97.zip
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.scd3
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:
379|- floating 379|- floating
380: string 380: string
381: Floating state of container. Can be either "auto_off" or "user_on" 381: Floating state of container. Can be either "auto_off" or "user_on"
382|- scratchpad_state
383: string
384: Whether the window is in the scratchpad. Can be either "none" or "fresh"
382|- app_id 385|- app_id
383: string 386: string
384: (Only views) For an xdg-shell view, the name of the application, if set. 387: (Only views) For an xdg-shell view, the name of the application, if set.