removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
This commit is contained in:
parent
8a5f002c41
commit
6e22ccf7b1
5 changed files with 100 additions and 93 deletions
3
main.c
3
main.c
|
@ -41,7 +41,8 @@ static void
|
|||
cleanup(void) {
|
||||
close(STDIN_FILENO);
|
||||
while(stack) {
|
||||
resize(stack, True);
|
||||
if(stack->isbanned)
|
||||
XMoveWindow(dpy, stack->win, stack->x, stack->y);
|
||||
unmanage(stack);
|
||||
}
|
||||
if(dc.font.set)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue