mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Docs: Add marks field to get_tree response
This commit is contained in:
parent
29a5ce5f65
commit
5568f14e71
|
@ -343,6 +343,9 @@ node and will have the following properties:
|
||||||
|- sticky
|
|- sticky
|
||||||
: boolean
|
: boolean
|
||||||
: Whether the node is sticky (shows on all workspaces)
|
: Whether the node is sticky (shows on all workspaces)
|
||||||
|
|- marks
|
||||||
|
: array
|
||||||
|
: List of marks assigned to the node
|
||||||
|- focused
|
|- focused
|
||||||
: boolean
|
: boolean
|
||||||
: Whether the node is currently focused by the default seat (_seat0_)
|
: Whether the node is currently focused by the default seat (_seat0_)
|
||||||
|
|
Loading…
Reference in a new issue