mirror of
https://github.com/swaywm/sway
synced 2024-11-05 23:20:54 +01:00
ipc: add workspace::init event
This commit is contained in:
parent
e8b179e313
commit
87ccf18964
@ -64,6 +64,8 @@ void container_create_notify(struct sway_container *container) {
|
|||||||
|
|
||||||
if (container->type == C_VIEW || container->type == C_CONTAINER) {
|
if (container->type == C_VIEW || container->type == C_CONTAINER) {
|
||||||
ipc_event_window(container, "new");
|
ipc_event_window(container, "new");
|
||||||
|
} else if (container->type == C_WORKSPACE) {
|
||||||
|
ipc_event_workspace(NULL, container, "init");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user