X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=main.c;h=bd19e49bd8f2eb4e7ad0f12857a74ae31f580efe;hp=5ed8981c4a13d1bb0788d145d2f8232210856317;hb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63;hpb=39ed54a468f339535f82cce2c0a79b92e74a7c09 diff --git a/main.c b/main.c index 5ed8981..bd19e49 100644 --- a/main.c +++ b/main.c @@ -117,7 +117,7 @@ setup(void) { wa.cursor = cursor[CurNormal]; XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa); grabkeys(); - initrregs(); + compileregexps(); for(ntags = 0; tags[ntags]; ntags++); seltag = emallocz(sizeof(Bool) * ntags); seltag[0] = True;