]> git.sur5r.net Git - i3/i3/commitdiff
docs/ipc: "urgent": complete the list of container types (#2967)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 18 Sep 2017 14:36:34 +0000 (16:36 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Sep 2017 13:46:53 +0000 (15:46 +0200)
Thanks chressie!

docs/ipc

index e0ddbf79567b40ff6e23890d0d8da8b3140421bb..75ea9179d3e6de7d0105a0d33b1e8f94b257f2a0 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -322,7 +322,10 @@ window (integer)::
        containers. This ID corresponds to what xwininfo(1) and other
        X11-related tools display (usually in hex).
 urgent (bool)::
-       Whether this container (window or workspace) has the urgency hint set.
+       Whether this container (window, split container, floating container or
+       workspace) has the urgency hint set, directly or indirectly. All parent
+       containers up until the workspace container will be marked urgent if they
+       have at least one urgent child.
 focused (bool)::
        Whether this container is currently focused.
 focus (array of integer)::