mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-11-17 07:48:28 +01:00
cmd_split: flatten when possible
This commit is contained in:
parent
cf6edaf26a
commit
7b23a1a0d8
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ static struct cmd_results *do_split(int layout) {
|
|||
workspace_split(ws, layout);
|
||||
}
|
||||
|
||||
if (con->parent->parent) {
|
||||
container_flatten(con->parent->parent);
|
||||
}
|
||||
|
||||
arrange_workspace(ws);
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
|
|
Loading…
Reference in a new issue