X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.c;h=228228bfb37d522259f7e79822e1ace4a1bc8058;hb=2c0d1cc87bf084ed3f1cdb4be881fb4f64f5773a;hp=16ebbaef7e739f16d526c9c6fc93fe26485fd07c;hpb=2c66b422e75109562e6ebfb6247300b916e1551a;p=dwm.git diff --git a/main.c b/main.c index 16ebbae..228228b 100644 --- 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);