X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/2c66b422e75109562e6ebfb6247300b916e1551a..28a52197c43136945defebe1e8be82812a0e53cf:/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);