summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch')
-rw-r--r--patch/riodraw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/riodraw.c b/patch/riodraw.c
index c430f5c..aebf726 100644
--- a/patch/riodraw.c
+++ b/patch/riodraw.c
@@ -57,6 +57,7 @@ rioposition(Client *c, int x, int y, int w, int h)
if ((m = recttomon(x, y, w, h)) && m != c->mon) {
detach(c);
detachstack(c);
+ arrange(c->mon);
c->mon = m;
c->tags = m->tagset[m->seltags];
attach(c);