JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed ungrabkeys again (because of sander's mail)
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 228228b..16ebbae 100644 (file)
--- a/main.c
+++ b/main.c
@@ -22,7 +22,6 @@ static Bool otherwm;
 static void
 cleanup()
 {
-       ungrabkeys();
        while(sel) {
                resize(sel, True, TopLeft);
                unmanage(sel);