From: Axel Wagner Date: Wed, 25 Aug 2010 19:50:01 +0000 (+0200) Subject: Unhide on urgent-hint X-Git-Tag: 4.0.1~7^2~72^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=701448c342b08b7517fb9700211cb4d53e307609;p=i3%2Fi3 Unhide on urgent-hint --- diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index f5a50686..a974ead9 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -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,