]> git.sur5r.net Git - i3/i3/commit
Implement the window::urgent event
authorTony Crisci <tony@dubstepdish.com>
Fri, 20 Jun 2014 12:33:02 +0000 (08:33 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Jun 2014 07:04:45 +0000 (09:04 +0200)
commit682fb0a29153bd1fd46f20e5f29f402e986bd74e
tree35edb986eafbd8b4c700466d8f3ab054ab8fd8ac
parenta9c094b7313b48491c182a5da1194a0bb06747aa
Implement the window::urgent event

The window::urgent event is emitted when a container becomes urgent or
loses its urgent status.
docs/ipc
src/con.c
src/workspace.c
testcases/t/232-ipc-window-urgent.t [new file with mode: 0644]