]> git.sur5r.net Git - i3/i3/commitdiff
Clarify that more than one atom is handled by i3 and describe briefly in which way. 1625/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 1 Apr 2015 15:46:20 +0000 (17:46 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 2 Apr 2015 06:53:40 +0000 (08:53 +0200)
docs/hacking-howto

index 4219e961e25ebf6cb22e6c70e3dca028ebdf09a7..e6313f7d6837fd85da3059116fd73e962e9751fe 100644 (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