Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
switched to regexp matching for Rules
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
9ea09bf
..
633966b
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-210,6
+210,7
@@
main(int argc, char *argv[])
cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
grabkeys();
+ initrregs();
for(ntags = 0; tags[ntags]; ntags++);