aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-04 14:40:32 +0200
committer[email protected] <unknown>2006-08-04 14:40:32 +0200
commite21d93b7bd5d34f31bc09a576b7d449df5b68c07 (patch)
treefb5a123126b80d8cb9480aaec8c320fecfc2fec4 /main.c
parentfixed a bug in dmenu call (diff)
downloadseiwm-e21d93b7bd5d34f31bc09a576b7d449df5b68c07.tar.xz
seiwm-e21d93b7bd5d34f31bc09a576b7d449df5b68c07.zip
switched to regexp matching for Rules
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9ea09bf..633966b 100644
--- 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++);