docs: add window_type to ipc documentation
This commit is contained in:
parent
b9b0774733
commit
a1736f4df6
4
docs/ipc
4
docs/ipc
|
@ -349,6 +349,10 @@ window (integer)::
|
||||||
X11-related tools display (usually in hex).
|
X11-related tools display (usually in hex).
|
||||||
window_properties (map)::
|
window_properties (map)::
|
||||||
X11 window properties title, instance, class, window_role and transient_for.
|
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)::
|
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
|
||||||
|
|
Loading…
Reference in New Issue