JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented ungrabkeys() which is called in cleanup()
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 16ebbae..228228b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -22,6 +22,7 @@ static Bool otherwm;
 static void
 cleanup()
 {
+       ungrabkeys();
        while(sel) {
                resize(sel, True, TopLeft);
                unmanage(sel);