]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/ipc.c
Use separate buffers for i3bar statusline for each workspace, track short and long...
[i3/i3] / i3bar / src / ipc.c
index eb48afeaaa2f2432bee7904b52ddda6c6b30fb4b..1214954d109c9afa66423995e96c18698b730772 100644 (file)
@@ -63,7 +63,6 @@ void got_output_reply(char *reply) {
     DLOG("Parsing outputs JSON...\n");
     parse_outputs_json(reply);
     DLOG("Reconfiguring windows...\n");
-    realloc_sl_buffer();
     reconfig_windows(false);
 
     i3_output *o_walk;
@@ -175,7 +174,6 @@ void got_bar_config_update(char *event) {
     /* update fonts and colors */
     init_xcb_late(config.fontname);
     init_colors(&(config.colors));
-    realloc_sl_buffer();
 
     draw_bars(false);
 }