X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=0c39d3bd2261fc26e1f342396e73861001d97a8b;hb=72608f0d5a715900a19bf9b1e8078fece7feb257;hp=dc751f08941cdbdd119da49f4020c3f7cfb7a536;hpb=bba044de4f055e4a5b6605c221bded849b8bd53e;p=dwm.git diff --git a/config.arg.h b/config.arg.h index dc751f0..0c39d3b 100644 --- a/config.arg.h +++ b/config.arg.h @@ -57,10 +57,10 @@ static Key key[] = { \ }; #define RULES \ - const unsigned int tag2[] = { 2 }; \ + const unsigned int two[] = { 2 }; \ static Rule rule[] = { \ /* class:instance tags isfloat */ \ - { "Firefox.*", tag2, False }, \ + { "Firefox.*", two, False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \