diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 5bbec13e..95aa748f 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -1271,6 +1271,7 @@ void clean_xcb(void) { FREE(outputs); xcb_flush(xcb_connection); + xcb_aux_sync(xcb_connection); xcb_disconnect(xcb_connection); ev_check_stop(main_loop, xcb_chk);