mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue