From af13df304557b7591c35ad163d1ee5fc9bd43508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 7 Jan 2019 18:31:55 +0100 Subject: [PATCH] module/i3: trigger a bar refresh after a workspace event --- modules/i3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/i3.c b/modules/i3.c index 0f18112..132b38a 100644 --- a/modules/i3.c +++ b/modules/i3.c @@ -476,6 +476,7 @@ run(struct module_run_context *ctx) case I3_IPC_EVENT_WORKSPACE: handle_workspace_event(m, json); + ctx->module->bar->refresh(ctx->module->bar); break; case I3_IPC_EVENT_OUTPUT: