X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d2dd58eabde15ebf0a2c4c61239d65543931ae04..2d7f59424c1b3974c3093cb800326437df7caa94:/config.default.h 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 }, \ };