Merge pull request #3871 from geshido/ipc-marks-in-get-tree-reply
added marks field to get_tree reply in ipc documentation
This commit is contained in:
commit
1679bcc89a
2
docs/ipc
2
docs/ipc
|
@ -350,6 +350,8 @@ urgent (bool)::
|
||||||
workspace) has the urgency hint set, directly or indirectly. All parent
|
workspace) has the urgency hint set, directly or indirectly. All parent
|
||||||
containers up until the workspace container will be marked urgent if they
|
containers up until the workspace container will be marked urgent if they
|
||||||
have at least one urgent child.
|
have at least one urgent child.
|
||||||
|
marks (array of string)::
|
||||||
|
List of marks assigned to container
|
||||||
focused (bool)::
|
focused (bool)::
|
||||||
Whether this container is currently focused.
|
Whether this container is currently focused.
|
||||||
focus (array of integer)::
|
focus (array of integer)::
|
||||||
|
|
Loading…
Reference in New Issue