X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.default.h;h=b8654bd90672562eb2ef7dfc8659310dc492d9ad;hp=49e45c20c52be74b9547b4a5f0dcc7dfec80aaaa;hb=2d7f59424c1b3974c3093cb800326437df7caa94;hpb=e256afe31ef6a70eceb632ddfe717bfe6d8d9169 diff --git a/config.default.h b/config.default.h index 49e45c2..b8654bd 100644 --- a/config.default.h +++ b/config.default.h @@ -84,7 +84,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Gimp.*", NULL, True }, \ - { "MPlayer.*", NULL, True }, \ - { "Acroread.*", NULL, True }, \ + { "Gimp", NULL, True }, \ + { "MPlayer", NULL, True }, \ + { "Acroread", NULL, True }, \ };