]> git.sur5r.net Git - i3/i3/commitdiff
Unhide on urgent-hint
authorAxel Wagner <mail@merovius.de>
Wed, 25 Aug 2010 19:50:01 +0000 (21:50 +0200)
committerAxel Wagner <mail@merovius.de>
Wed, 25 Aug 2010 19:50:01 +0000 (21:50 +0200)
i3bar/src/xcb.c

index f5a5068622e5e8ce29c3f0acca025705db5271c8..a974ead9b65f76d320b3deb7775fd6dc0a3068c9 100644 (file)
@@ -638,6 +638,8 @@ void draw_bars() {
             if (ws_walk->urgent) {
                 printf("WS %s is urgent!\n", ws_walk->name);
                 color = get_colorpixel("002400");
+                /* The urgent-hint should get noticed, so we unhide the bars shortly */
+                unhide_bars();
             }
             xcb_change_gc(xcb_connection,
                           outputs_walk->bargc,