Send change:empty too.
This commit is contained in:
parent
e2517bd48c
commit
ae22fe065f
|
@ -210,6 +210,7 @@ void workspace_show(const char *num) {
|
|||
if (!workspace_is_visible(old)) {
|
||||
LOG("Closing old workspace (%p / %s), it is empty\n", old, old->name);
|
||||
tree_close(old, false, false);
|
||||
ipc_send_event("workspace", I3_IPC_EVENT_WORKSPACE, "{\"change\":\"empty\"}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue