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