dwm-meillo
diff 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 |
line diff
1.1 --- a/config.arg.h Wed Aug 23 12:03:25 2006 +0200 1.2 +++ b/config.arg.h Wed Aug 23 12:08:37 2006 +0200 1.3 @@ -46,7 +46,7 @@ 1.4 1.5 #define RULES \ 1.6 static Rule rule[] = { \ 1.7 - /* class:instance regex tags regex isfloat */ \ 1.8 + /* class:instance:title regex tags regex isfloat */ \ 1.9 { "Firefox.*", "net", False }, \ 1.10 { "Gimp.*", NULL, True}, \ 1.11 { "MPlayer.*", NULL, True}, \