Mercurial > 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 wrap: on
line diff
--- a/config.h Fri Dec 05 21:14:50 2008 +0100 +++ b/config.h Fri Dec 05 21:42:47 2008 +0100 @@ -44,10 +44,9 @@ #define RULES \ static Rule rule[] = { \ /* class, instance, title, tag (1=tag/0=untag/-1=curr), isfloat */ \ - { "URxvt", NULL, NULL, 0, False }, \ - { "urxvt", NULL, NULL, 0, False }, \ - { "MPlayer", NULL, NULL, -1, True }, \ - { NULL, "qiv", NULL, -1, False }, \ - { "Gimp", NULL, NULL, 1, True }, \ - { "", "", "", 1, False }, \ + { "URxvt", NULL, NULL, 0, False }, \ + { "MPlayer", NULL, NULL, -1, True }, \ + { NULL, "qiv", NULL, -1, False }, \ + { "Gimp", NULL, NULL, 1, True }, \ + { "", "", "", 1, False }, \ };