added the new dotile as described on ml

This commit is contained in:
Anselm R. Garbe
2006-09-29 16:22:20 +02:00
parent 8fa47ac679
commit fee8df6ccf
6 changed files with 112 additions and 36 deletions

View File

@ -177,8 +177,9 @@ configurerequest(XEvent *e) {
configure(c);
XSync(dpy, False);
if(c->isfloat) {
if(isvisible(c))
resize(c, False, TopLeft);
resize(c, False, TopLeft);
if(!isvisible(c))
ban(c);
}
else
arrange(NULL);