Clarify that more than one atom is handled by i3 and describe briefly in which way.
This commit is contained in:
parent
5d8dfe0ec5
commit
df0e24cd2d
|
@ -404,10 +404,14 @@ can reconfigure themselves).
|
||||||
|
|
||||||
== _NET_WM_STATE
|
== _NET_WM_STATE
|
||||||
|
|
||||||
Only the _NET_WM_STATE_FULLSCREEN atom is handled. It calls
|
Only the _NET_WM_STATE_FULLSCREEN and _NET_WM_STATE_DEMANDS_ATTENTION atoms
|
||||||
``toggle_fullscreen()'' for the specific client which just configures the
|
are handled.
|
||||||
client to use the whole screen on which it currently is. Also, it is set as
|
|
||||||
fullscreen_client for the i3Screen.
|
The former calls ``toggle_fullscreen()'' for the specific client which just
|
||||||
|
configures the client to use the whole screen on which it currently is.
|
||||||
|
Also, it is set as fullscreen_client for the i3Screen.
|
||||||
|
|
||||||
|
The latter is used to set, read and display urgency hints.
|
||||||
|
|
||||||
== WM_NAME
|
== WM_NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue