JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rearranged
[dwm.git] / main.c
diff --git a/main.c b/main.c
index b59ff96..5c0ef0d 100644 (file)
--- a/main.c
+++ b/main.c
@@ -239,7 +239,7 @@ main(int argc, char *argv[])
        cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing);
        cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
 
-       update_keys();
+       grabkeys();
 
        /* style */
        dc.bg = initcolor(BGCOLOR);