commit 5568f14e717a1154fc08d20b9d6269668f8b6451
parent 29a5ce5f65d04b046271fbe53850836c77bbee80
Author: Jason Nader <jason.nader@protonmail.com>
Date: Fri, 24 Jan 2020 18:28:23 +0900
Docs: Add marks field to get_tree response
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
@@ -343,6 +343,9 @@ node and will have the following properties:
|- sticky
: boolean
: Whether the node is sticky (shows on all workspaces)
+|- marks
+: array
+: List of marks assigned to the node
|- focused
: boolean
: Whether the node is currently focused by the default seat (_seat0_)