Docs: Add marks field to get_tree response

This commit is contained in:
Jason Nader 2020-01-24 18:28:23 +09:00 committed by Simon Ser
parent 29a5ce5f65
commit 5568f14e71
1 changed files with 3 additions and 0 deletions

View File

@ -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_)