dwm-meillo

diff main.c @ 191:56fee1dc9d53

switched to regexp matching for Rules
author arg@10ksloc.org
date Fri, 04 Aug 2006 14:40:32 +0200
parents e848966a1ac6
children c13f374f836c
line diff
     1.1 --- a/main.c	Fri Aug 04 13:42:40 2006 +0200
     1.2 +++ b/main.c	Fri Aug 04 14:40:32 2006 +0200
     1.3 @@ -210,6 +210,7 @@
     1.4  	cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
     1.5  
     1.6  	grabkeys();
     1.7 +	initrregs();
     1.8  
     1.9  	for(ntags = 0; tags[ntags]; ntags++);
    1.10