From a1736f4df63fac2900d43dc5379991d883e41c1d Mon Sep 17 00:00:00 2001 From: acheronfail Date: Fri, 7 Feb 2020 19:44:15 +1100 Subject: [PATCH] docs: add window_type to ipc documentation --- docs/ipc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ipc b/docs/ipc index af362f98..75010b3f 100644 --- a/docs/ipc +++ b/docs/ipc @@ -349,6 +349,10 @@ window (integer):: X11-related tools display (usually in hex). window_properties (map):: X11 window properties title, instance, class, window_role and transient_for. +window_type (string):: + The window type (_NET_WM_WINDOW_TYPE). Possible values are undefined, normal, + dialog, utility, toolbar, splash, menu, dropdown_menu, popup_menu, tooltip and + notification. urgent (bool):: Whether this container (window, split container, floating container or workspace) has the urgency hint set, directly or indirectly. All parent