unhide hidden i3bar when mode is active
Patch status: merged
Patch by jj
Long description:
fixes #961
To apply this patch, use:
curl http://cr.i3wm.org/patch/127/raw.patch | git am
b/i3bar/src/xcb.c
14 |
@@ -1703,6 +1703,8 @@ void draw_bars(bool unhide) { |
15 |
|
16 |
set_font_colors(outputs_walk->bargc, fg_color, bg_color); |
17 |
draw_text(binding.name, outputs_walk->buffer, outputs_walk->bargc, i + 5, 3, binding.width); |
18 |
+ |
19 |
+ unhide = true; |
20 |
} |
21 |
|
22 |
i = 0; |