mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
ipc: add workspace::empty event
This commit is contained in:
parent
4f8f363dda
commit
686c084cec
@ -325,6 +325,8 @@ static struct sway_container *container_destroy_noreaping(
|
||||
// emit IPC event
|
||||
if (con->type == C_VIEW) {
|
||||
ipc_event_window(con, "close");
|
||||
} else if (con->type == C_WORKSPACE) {
|
||||
ipc_event_workspace(NULL, con, "empty");
|
||||
}
|
||||
|
||||
// The below functions move their children to somewhere else.
|
||||
|
Loading…
Reference in New Issue
Block a user