This reverts commit
f51ba2d7ecf3f560c8ce4d3ab8419ecf6265839c.
This commit introduced a regression, which prevented i3bar to be redrawn
at all in some circumstances. It will later be reintroduced in a bigger
refactoring of event-dependencies
return;
}
- draw_bars();
-
i3_output *walk;
xcb_void_cookie_t cookie;
uint32_t mask;
*
*/
void draw_bars() {
- if (config.hide_on_modifier && !mod_pressed) {
- return;
- }
DLOG("Drawing Bars...\n");
int i = 0;