From 7381ae3e20dc68ec4f6100f73861bf98efecd34e Mon Sep 17 00:00:00 2001 From: Adrian Cybulski Date: Wed, 18 Apr 2018 01:46:59 +0100 Subject: [PATCH] docs/ipc: update tree node with window_properties --- docs/ipc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ipc b/docs/ipc index f011e773..e44ffd7c 100644 --- a/docs/ipc +++ b/docs/ipc @@ -328,6 +328,8 @@ window (integer):: This field is set to null for split containers or otherwise empty containers. This ID corresponds to what xwininfo(1) and other X11-related tools display (usually in hex). +window_properties (map):: + X11 window properties title, instance, class, window_role and transient_for. urgent (bool):: Whether this container (window, split container, floating container or workspace) has the urgency hint set, directly or indirectly. All parent @@ -423,6 +425,12 @@ JSON dump: "width": 1280, "height": 782 }, + "window_properties": { + "class": "Evince", + "instance": "evince", + "title": "Properties", + "transient_for": 52428808 + }, "floating_nodes": [], "nodes": [ -- 2.39.2