fixed several things, nearly feature complete
This commit is contained in:
parent
3aad92202d
commit
7fe717c29f
5 changed files with 35 additions and 29 deletions
2
main.c
2
main.c
|
@ -168,7 +168,7 @@ static void
|
|||
cleanup()
|
||||
{
|
||||
while(sel) {
|
||||
resize(sel);
|
||||
resize(sel, True);
|
||||
unmanage(sel);
|
||||
}
|
||||
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue