X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=5c0ef0d8ef06a150ef214a604b6fac6c1fd94619;hb=29355bd38284ed9aec8d3ffabde61db73947c9f9;hp=b59ff963f50f650dcb4163276d96bea485812867;hpb=91a1f6926e2594156219c1caaf4729c5d86498a5;p=dwm.git diff --git a/main.c b/main.c index b59ff96..5c0ef0d 100644 --- 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);