summaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Jason Nader <jason.nader@protonmail.com>2020-01-24 18:28:23 +0900
committerLibravatar Simon Ser <contact@emersion.fr>2020-01-24 10:37:21 +0100
commit5568f14e717a1154fc08d20b9d6269668f8b6451 (patch)
tree503afc089b509cbc5eb131ecf0aaa07340e105d7 /sway/sway-ipc.7.scd
parentFix compiling with -fno-common (diff)
downloadsway-5568f14e717a1154fc08d20b9d6269668f8b6451.tar.gz
sway-5568f14e717a1154fc08d20b9d6269668f8b6451.tar.zst
sway-5568f14e717a1154fc08d20b9d6269668f8b6451.zip
Docs: Add marks field to get_tree response
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 44408818..6725b255 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -343,6 +343,9 @@ node and will have the following properties:
343|- sticky 343|- sticky
344: boolean 344: boolean
345: Whether the node is sticky (shows on all workspaces) 345: Whether the node is sticky (shows on all workspaces)
346|- marks
347: array
348: List of marks assigned to the node
346|- focused 349|- focused
347: boolean 350: boolean
348: Whether the node is currently focused by the default seat (_seat0_) 351: Whether the node is currently focused by the default seat (_seat0_)