diff options
| author | [email protected] <unknown> | 2011-07-20 18:36:15 +0000 |
|---|---|---|
| committer | [email protected] <unknown> | 2011-07-20 18:36:15 +0000 |
| commit | 6288c446974020c396923c9a4f1bf29c6f6c9645 (patch) | |
| tree | f708518cab5105c0a680216cbf5071e174b65e91 | |
| parent | applied lolilolicon's floating center patch, further investigation wrt his se... (diff) | |
| download | dwm-6288c446974020c396923c9a4f1bf29c6f6c9645.tar.gz dwm-6288c446974020c396923c9a4f1bf29c6f6c9645.tar.bz2 dwm-6288c446974020c396923c9a4f1bf29c6f6c9645.zip | |
applied Peters magic float mode bugfix
| -rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |