implemented ungrabkeys() which is called in cleanup()
This commit is contained in:
parent
d4b7a9a373
commit
375a251d16
3 changed files with 18 additions and 0 deletions
1
main.c
1
main.c
|
@ -22,6 +22,7 @@ static Bool otherwm;
|
|||
static void
|
||||
cleanup()
|
||||
{
|
||||
ungrabkeys();
|
||||
while(sel) {
|
||||
resize(sel, True, TopLeft);
|
||||
unmanage(sel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue