X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=d69134017a829a35156bec99bf46dd9bd26a6fa1;hb=4ca3d861f024d17aeee28744f935fd55dd89a285;hp=74cadb5f00756b14b8c54ecb0411e616fef08175;hpb=61a1910f91fe6aba428193087d6c3ff21374ee5e;p=dwm.git diff --git a/client.c b/client.c index 74cadb5..d691340 100644 --- a/client.c +++ b/client.c @@ -135,6 +135,7 @@ void gravitate(Client *c, Bool invert) { int dx = 0, dy = 0; + return; switch(c->grav) { default: break; @@ -290,7 +291,7 @@ resize(Client *c, Bool sizehints, Corner sticky) { else wc.border_width = BORDERPX; XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc); - configure(c); + /*configure(c);*/ XSync(dpy, False); }