update
This commit is contained in:
1
dwm.c
1
dwm.c
@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
|
|||||||
}
|
}
|
||||||
free(c);
|
free(c);
|
||||||
focus(NULL);
|
focus(NULL);
|
||||||
|
arrange();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user