docs/ipc: "urgent": complete the list of container types (#2967)
Thanks chressie!
This commit is contained in:
parent
54a7e559ed
commit
39415fe16d
5
docs/ipc
5
docs/ipc
|
@ -322,7 +322,10 @@ window (integer)::
|
||||||
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).
|
||||||
urgent (bool)::
|
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)::
|
focused (bool)::
|
||||||
Whether this container is currently focused.
|
Whether this container is currently focused.
|
||||||
focus (array of integer)::
|
focus (array of integer)::
|
||||||
|
|
Loading…
Reference in New Issue