X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=3847ff8a3391c943e27a87fed520809fe9007106;hb=00255728aae0dcbb657e8a4e145515c673b546a4;hp=f3fd7b7e953e03ee0410f0319946c5d34869e522;hpb=f504aea13289c7fd25d499d2582558d4e311bfbf;p=dwm.git diff --git a/config.default.h b/config.default.h index f3fd7b7..3847ff8 100644 --- a/config.default.h +++ b/config.default.h @@ -47,9 +47,8 @@ static Key key[] = { \ }; #define RULES \ - const unsigned int two[] = { 2 }; \ static Rule rule[] = { \ - /* class:instance tags isfloat */ \ - { "Firefox.*", two, False }, \ - { "Gimp.*", NULL, True}, \ + /* class:instance regex tags regex isfloat */ \ + { "Firefox.*", "2", False }, \ + { "Gimp.*", NULL, True}, \ };