X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d4b7a9a3735deeab639f28b5bb2f568e0dc49616..375a251d16de567b6c62cce208f388cd16e0ce0f:/main.c 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);