X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=fb452f2f148eada9b2787a56a3f12e98fc88ad5b;hb=a08d83ba6251554854a3b4ae4765cea2818ad37a;hp=dd402be6748a606eeed0a5c7510ac8725338e91a;hpb=6651dd7fd9e8e95cfc6c472f1adfeff41735d798;p=dwm.git diff --git a/config.default.h b/config.default.h index dd402be..fb452f2 100644 --- a/config.default.h +++ b/config.default.h @@ -61,5 +61,5 @@ static Key key[] = { \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "2", False }, \ - { "Gimp.*", NULL, True}, \ + { "Gimp.*", NULL, True }, \ };