X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;h=66f550cd3800962da56970f2b66d6cba11d4e5ba;hb=3167373512c562f8f040203d2ee29084c76d00a0;hp=1d483c4f563c0e4d488c88ff05b307ab8acfd151;hpb=6e22ccf7b1602b33624692eefd51b6398ffa5454;p=dwm.git diff --git a/view.c b/view.c index 1d483c4..66f550c 100644 --- a/view.c +++ b/view.c @@ -55,6 +55,7 @@ dofloat(void) { if(c->isbanned) XMoveWindow(dpy, c->win, c->x, c->y); c->isbanned = False; + resize(c, c->x, c->y, c->w, c->h, True); } else { c->isbanned = True; @@ -176,6 +177,8 @@ isvisible(Client *c) { void resizemaster(Arg *arg) { + if(arrange != dotile) + return; if(arg->i == 0) master = MASTER; else {