added the new dotile as described on ml
This commit is contained in:
parent
8fa47ac679
commit
fee8df6ccf
6 changed files with 112 additions and 36 deletions
5
event.c
5
event.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue