mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
reap container parent on destroy
This commit is contained in:
parent
f7a20726fc
commit
e7ecb001d7
2 changed files with 6 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ struct cmd_results *cmd_kill(int argc, char **argv) {
|
|||
break;
|
||||
case C_CONTAINER:
|
||||
con = container_destroy(con);
|
||||
con = container_reap_empty(con);
|
||||
arrange_windows(con, -1, -1);
|
||||
break;
|
||||
case C_VIEW:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue