Mercurial > dwm-meillo
comparison 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 |
comparison
equal
deleted
inserted
replaced
190:713dcc7d2c42 | 191:56fee1dc9d53 |
---|---|
208 cursor[CurNormal] = XCreateFontCursor(dpy, XC_left_ptr); | 208 cursor[CurNormal] = XCreateFontCursor(dpy, XC_left_ptr); |
209 cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing); | 209 cursor[CurResize] = XCreateFontCursor(dpy, XC_sizing); |
210 cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur); | 210 cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur); |
211 | 211 |
212 grabkeys(); | 212 grabkeys(); |
213 initrregs(); | |
213 | 214 |
214 for(ntags = 0; tags[ntags]; ntags++); | 215 for(ntags = 0; tags[ntags]; ntags++); |
215 | 216 |
216 /* style */ | 217 /* style */ |
217 dc.bg = getcolor(BGCOLOR); | 218 dc.bg = getcolor(BGCOLOR); |