aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/kill.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-31 13:20:05 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-31 15:37:16 -0400
commite7ecb001d70c71f799547d15cd45c235412af402 (patch)
treea14ba05280f3c8b21f96b546509d5ce78b47b8ac /sway/commands/kill.c
parenttemporarily add LD_LIBRARY_PATH stuff (diff)
downloadsway-e7ecb001d70c71f799547d15cd45c235412af402.tar.gz
sway-e7ecb001d70c71f799547d15cd45c235412af402.tar.zst
sway-e7ecb001d70c71f799547d15cd45c235412af402.zip
reap container parent on destroy
Diffstat (limited to 'sway/commands/kill.c')
-rw-r--r--sway/commands/kill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/kill.c b/sway/commands/kill.c
index 80120832..e6036cb3 100644
--- a/sway/commands/kill.c
+++ b/sway/commands/kill.c
@@ -19,7 +19,6 @@ struct cmd_results *cmd_kill(int argc, char **argv) {
19 break; 19 break;
20 case C_CONTAINER: 20 case C_CONTAINER:
21 con = container_destroy(con); 21 con = container_destroy(con);
22 con = container_reap_empty(con);
23 arrange_windows(con, -1, -1); 22 arrange_windows(con, -1, -1);
24 break; 23 break;
25 case C_VIEW: 24 case C_VIEW: