diff --git a/dwm.c b/dwm.c index 0a67103..6fe226f 100644 --- a/dwm.c +++ b/dwm.c @@ -1429,6 +1429,8 @@ sendmon(Client *c, Monitor *m) c->tags = m->tagset[m->seltags]; /* assign tags of target monitor */ attach(c); attachstack(c); + if (c->isfullscreen) + resizeclient(c, m->mx, m->my, m->mw, m->mh); focus(NULL); arrange(NULL); }