Mercurial > aewl
comparison config.arg.h @ 336:2a65e8b3d21a
implemented class:inst:title matching
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 23 Aug 2006 12:08:37 +0200 |
parents | 73efaa15a635 |
children | a1901753deef |
comparison
equal
deleted
inserted
replaced
335:aca8281c7415 | 336:2a65e8b3d21a |
---|---|
44 { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ | 44 { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ |
45 }; | 45 }; |
46 | 46 |
47 #define RULES \ | 47 #define RULES \ |
48 static Rule rule[] = { \ | 48 static Rule rule[] = { \ |
49 /* class:instance regex tags regex isfloat */ \ | 49 /* class:instance:title regex tags regex isfloat */ \ |
50 { "Firefox.*", "net", False }, \ | 50 { "Firefox.*", "net", False }, \ |
51 { "Gimp.*", NULL, True}, \ | 51 { "Gimp.*", NULL, True}, \ |
52 { "MPlayer.*", NULL, True}, \ | 52 { "MPlayer.*", NULL, True}, \ |
53 { "Acroread.*", NULL, True}, \ | 53 { "Acroread.*", NULL, True}, \ |
54 }; | 54 }; |