summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 41321dc8..ab8363bc 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -216,6 +216,7 @@ static bool container_reap_empty(struct sway_container *con) {
216 break; 216 break;
217 case C_WORKSPACE: 217 case C_WORKSPACE:
218 if (!workspace_is_visible(con) && con->children->length == 0) { 218 if (!workspace_is_visible(con) && con->children->length == 0) {
219 wlr_log(L_DEBUG, "Destroying workspace via reaper");
219 container_workspace_destroy(con); 220 container_workspace_destroy(con);
220 return true; 221 return true;
221 } 222 }