X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=dc751f08941cdbdd119da49f4020c3f7cfb7a536;hb=4d55eee7547ff3b9e0d801c1aa86ba62286f56c4;hp=00a1d1351c9ffa2857a03c5cf70c4fefb0aee6b7;hpb=b35575574be53a1b3be42d7037d2f432a19a3890;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 00a1d13..dc751f0 100644 --- a/config.arg.h +++ b/config.arg.h @@ -57,10 +57,10 @@ static Key key[] = { \ }; #define RULES \ - const unsigned int firefox[] = { 2 }; \ + const unsigned int tag2[] = { 2 }; \ static Rule rule[] = { \ /* class:instance tags isfloat */ \ - { "Firefox.*", firefox, False }, \ + { "Firefox.*", tag2, False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \