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:
committed by
Michael Stapelberg
parent
a9c094b731
commit
682fb0a291
1
docs/ipc
1
docs/ipc
@ -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
|
||||
|
Reference in New Issue
Block a user