X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/39ed54a468f339535f82cce2c0a79b92e74a7c09..5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63:/main.c 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;