]> git.sur5r.net Git - i3/i3/commit
Implement the urgency hint for windows/workspaces
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Sep 2009 20:40:11 +0000 (22:40 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 6 Sep 2009 20:40:11 +0000 (22:40 +0200)
commit2ff2a6a315cbbd5f806eb6fd49c3f3f52703d264
treedd6bb756e48be8a82c78a093d5c18a2ede73437b
parente893902585aa813746eb939649d8d28cf89abbf4
Implement the urgency hint for windows/workspaces

Thanks to Mikael for bringing it to my mind. This change introduces
two new color classes, client.urgent and bar.urgent. By default,
urgent clients are drawn in red (colors by Atsutane).
docs/userguide
include/config.h
include/data.h
include/handlers.h
include/workspace.h
src/config.c
src/handlers.c
src/layout.c
src/mainx.c
src/manage.c
src/workspace.c