X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/6e22ccf7b1602b33624692eefd51b6398ffa5454..39ed54a468f339535f82cce2c0a79b92e74a7c09:/view.c 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 {