first step to a more flexible dotile() algorithm
This commit is contained in:
parent
a118a57fe3
commit
14d05e7c72
7 changed files with 52 additions and 35 deletions
5
event.c
5
event.c
|
@ -176,8 +176,11 @@ configurerequest(XEvent *e) {
|
|||
else
|
||||
configure(c);
|
||||
XSync(dpy, False);
|
||||
if(c->isfloat)
|
||||
if(c->isfloat) {
|
||||
resize(c, False, TopLeft);
|
||||
if(!isvisible(c))
|
||||
ban(c);
|
||||
}
|
||||
else
|
||||
arrange(NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue