X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.h;h=14f33ec420c01497de4ad34a5ee9e6aad87f59eb;hb=72608f0d5a715900a19bf9b1e8078fece7feb257;hp=9eaef03389017d6cd051ad42fa1aa69af4281f75;hpb=d41b232b524afe38d4ce416f335571654f61abf0;p=dwm.git diff --git a/config.default.h b/config.default.h index 9eaef03..14f33ec 100644 --- a/config.default.h +++ b/config.default.h @@ -48,9 +48,9 @@ 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}, \ };