aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 6f2e800..bdd89fc 100644
--- a/dwl.c
+++ b/dwl.c
@@ -705,7 +705,7 @@ cleanupmon(struct wl_listener *listener, void *data)
c->geom.width, c->geom.height, 0);
}
if (c->mon == m)
- setmon(c, newmon, 0);
+ setmon(c, newmon, c->tags);
}
break;
}