Implement the window::urgent event

The window::urgent event is emitted when a container becomes urgent or
loses its urgent status.
This commit is contained in:
Tony Crisci
2014-06-20 08:33:02 -04:00
committed by Michael Stapelberg
parent a9c094b731
commit 682fb0a291
4 changed files with 84 additions and 8 deletions

View File

@ -723,6 +723,7 @@ This event consists of a single serialized map containing a property
* +fullscreen_mode+ - the window has entered or exited fullscreen mode
* +move+ - the window has changed its position in the tree
* +floating+ - the window has transitioned to or from floating
* +urgent+ - the window has become urgent or lost its urgent status
Additionally a +container (object)+ field will be present, which consists
of the window's parent container. Be aware that for the "new" event, the