mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
container_create_notify on split
This commit is contained in:
parent
0ff22c1755
commit
9db859585e
@ -11,6 +11,7 @@
|
||||
static struct cmd_results *do_split(int layout) {
|
||||
struct sway_container *con = config->handler_context.current_container;
|
||||
struct sway_container *parent = container_split(con, layout);
|
||||
container_create_notify(parent);
|
||||
arrange_windows(parent, -1, -1);
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
|
@ -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…
Reference in New Issue
Block a user