diff options
author | Jason Nader <jason.nader@protonmail.com> | 2020-01-24 18:28:23 +0900 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-01-24 10:37:21 +0100 |
commit | 5568f14e717a1154fc08d20b9d6269668f8b6451 (patch) | |
tree | 503afc089b509cbc5eb131ecf0aaa07340e105d7 | |
parent | 29a5ce5f65d04b046271fbe53850836c77bbee80 (diff) |
Docs: Add marks field to get_tree response
-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 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: |- 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_) |