aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar llyyr <llyyr@yukari.in>2024-02-27 01:40:22 +0530
committerLibravatar Simon Ser <contact@emersion.fr>2024-02-29 00:51:43 +0100
commit2867ef646b67138a796b7d5ae46428c255cc928f (patch)
tree1ec60ea569a9fa994d2f1248e937e32ea32ec47c /sway/sway-ipc.7.scd
parentConvert to new pointer enums (diff)
downloadsway-2867ef646b67138a796b7d5ae46428c255cc928f.tar.gz
sway-2867ef646b67138a796b7d5ae46428c255cc928f.tar.zst
sway-2867ef646b67138a796b7d5ae46428c255cc928f.zip
ipc: add `floating` property to GET_TREE
i3 has had this property for over a decade but it wasn't documented until a couple of years ago, so it was likely missed when developing sway. Add the property to get us closer to 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 f4a5ccff..5859558f 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -376,6 +376,9 @@ node and will have the following properties:
376: integer 376: integer
377: (Only containers and views) The fullscreen mode of the node. 0 means none, 1 means 377: (Only containers and views) The fullscreen mode of the node. 0 means none, 1 means
378 full workspace, and 2 means global fullscreen 378 full workspace, and 2 means global fullscreen
379|- floating
380: string
381: Floating state of container. Can be either "auto_off" or "user_on"
379|- app_id 382|- app_id
380: string 383: string
381: (Only views) For an xdg-shell view, the name of the application, if set. 384: (Only views) For an xdg-shell view, the name of the application, if set.