mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
container_create_notify on split
This commit is contained in:
parent
0ff22c1755
commit
9db859585e
2 changed files with 2 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ static void workspace_rejigger(struct sway_container *ws,
|
|||
container_flatten(ws);
|
||||
container_reap_empty_recursive(original_parent);
|
||||
wl_signal_emit(&child->events.reparent, original_parent);
|
||||
container_create_notify(new_parent);
|
||||
arrange_windows(ws, -1, -1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue