diff --git a/dwm.c b/dwm.c index f001203..78b29ae 100644 --- a/dwm.c +++ b/dwm.c @@ -2511,7 +2511,8 @@ resizeclient(Client *c, int x, int y, int w, int h) #if MONOCLE_LAYOUT || &monocle == c->mon->lt[c->mon->sellt]->arrange #endif // MONOCLE_LAYOUT - ) && !c->isfullscreen && !c->isfloating) { + ) && !c->isfullscreen && !c->isfloating + && c->mon->lt[c->mon->sellt]->arrange) { c->w = wc.width += c->bw * 2; c->h = wc.height += c->bw * 2; wc.border_width = 0;