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