From: garbeam@gmail.com Date: Wed, 20 Jul 2011 18:36:15 +0000 (+0000) Subject: applied Peters magic float mode bugfix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=6288c446974020c396923c9a4f1bf29c6f6c9645;hp=d5c5c52b306be5509422d7074d7416df0d425d08 applied Peters magic float mode bugfix --- diff --git a/dwm.c b/dwm.c index 76bca38..5e67084 100644 --- a/dwm.c +++ b/dwm.c @@ -1127,7 +1127,6 @@ manage(Window w, XWindowAttributes *wa) { c->h = c->oldh = wa->height; c->oldbw = wa->border_width; if(c->w == c->mon->mw && c->h == c->mon->mh) { - c->isfloating = True; c->x = c->mon->mx; c->y = c->mon->my; c->bw = 0;