X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=14f33ec420c01497de4ad34a5ee9e6aad87f59eb;hb=72608f0d5a715900a19bf9b1e8078fece7feb257;hp=ce3773e38ea2150bddb34f5e73bfe4525150ee6f;hpb=b35575574be53a1b3be42d7037d2f432a19a3890;p=dwm.git diff --git a/config.default.h b/config.default.h index ce3773e..14f33ec 100644 --- a/config.default.h +++ b/config.default.h @@ -48,9 +48,9 @@ static Key key[] = { \ }; #define RULES \ - const unsigned int firefox[] = { 2 }; \ + const unsigned int two[] = { 2 }; \ static Rule rule[] = { \ /* class:instance tags isfloat */ \ - { "Firefox.*", firefox, False }, \ + { "Firefox.*", two, False }, \ { "Gimp.*", NULL, True}, \ };