aewl
diff config.h @ 769:49aa8ccceefa
cleanups in domax and more
author | meillo@marmaro.de |
---|---|
date | Fri, 05 Dec 2008 21:42:47 +0100 |
parents | 706991d15451 |
children | 6f7f86762e0e |
line diff
1.1 --- a/config.h Fri Dec 05 21:14:50 2008 +0100 1.2 +++ b/config.h Fri Dec 05 21:42:47 2008 +0100 1.3 @@ -44,10 +44,9 @@ 1.4 #define RULES \ 1.5 static Rule rule[] = { \ 1.6 /* class, instance, title, tag (1=tag/0=untag/-1=curr), isfloat */ \ 1.7 - { "URxvt", NULL, NULL, 0, False }, \ 1.8 - { "urxvt", NULL, NULL, 0, False }, \ 1.9 - { "MPlayer", NULL, NULL, -1, True }, \ 1.10 - { NULL, "qiv", NULL, -1, False }, \ 1.11 - { "Gimp", NULL, NULL, 1, True }, \ 1.12 - { "", "", "", 1, False }, \ 1.13 + { "URxvt", NULL, NULL, 0, False }, \ 1.14 + { "MPlayer", NULL, NULL, -1, True }, \ 1.15 + { NULL, "qiv", NULL, -1, False }, \ 1.16 + { "Gimp", NULL, NULL, 1, True }, \ 1.17 + { "", "", "", 1, False }, \ 1.18 };