X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.default.h;h=fb452f2f148eada9b2787a56a3f12e98fc88ad5b;hp=dd402be6748a606eeed0a5c7510ac8725338e91a;hb=a08d83ba6251554854a3b4ae4765cea2818ad37a;hpb=2b7c275ce8c7f8fa36d0877cf3cdaf32b08f2c0d 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 }, \ };