mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
module/i3: trigger a bar refresh after a workspace event
This commit is contained in:
parent
072a508291
commit
af13df3045
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ run(struct module_run_context *ctx)
|
||||||
|
|
||||||
case I3_IPC_EVENT_WORKSPACE:
|
case I3_IPC_EVENT_WORKSPACE:
|
||||||
handle_workspace_event(m, json);
|
handle_workspace_event(m, json);
|
||||||
|
ctx->module->bar->refresh(ctx->module->bar);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case I3_IPC_EVENT_OUTPUT:
|
case I3_IPC_EVENT_OUTPUT:
|
||||||
|
|
Loading…
Add table
Reference in a new issue