Merge pull request #3250 from rtgnx/next
docs/ipc: update tree node with window_properties
This commit is contained in:
commit
26ba03930f
8
docs/ipc
8
docs/ipc
|
@ -328,6 +328,8 @@ window (integer)::
|
||||||
This field is set to null for split containers or otherwise empty
|
This field is set to null for split containers or otherwise empty
|
||||||
containers. This ID corresponds to what xwininfo(1) and other
|
containers. This ID corresponds to what xwininfo(1) and other
|
||||||
X11-related tools display (usually in hex).
|
X11-related tools display (usually in hex).
|
||||||
|
window_properties (map)::
|
||||||
|
X11 window properties title, instance, class, window_role and transient_for.
|
||||||
urgent (bool)::
|
urgent (bool)::
|
||||||
Whether this container (window, split container, floating container or
|
Whether this container (window, split container, floating container or
|
||||||
workspace) has the urgency hint set, directly or indirectly. All parent
|
workspace) has the urgency hint set, directly or indirectly. All parent
|
||||||
|
@ -423,6 +425,12 @@ JSON dump:
|
||||||
"width": 1280,
|
"width": 1280,
|
||||||
"height": 782
|
"height": 782
|
||||||
},
|
},
|
||||||
|
"window_properties": {
|
||||||
|
"class": "Evince",
|
||||||
|
"instance": "evince",
|
||||||
|
"title": "Properties",
|
||||||
|
"transient_for": 52428808
|
||||||
|
},
|
||||||
"floating_nodes": [],
|
"floating_nodes": [],
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue