Clarify that more than one atom is handled by i3 and describe briefly in which way.

next
Ingo Bürk 2015-04-01 17:46:20 +02:00
parent 5d8dfe0ec5
commit df0e24cd2d
1 changed files with 8 additions and 4 deletions

View File

@ -404,10 +404,14 @@ can reconfigure themselves).
== _NET_WM_STATE
Only the _NET_WM_STATE_FULLSCREEN atom is handled. It 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.
Only the _NET_WM_STATE_FULLSCREEN and _NET_WM_STATE_DEMANDS_ATTENTION atoms
are handled.
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