X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=49e45c20c52be74b9547b4a5f0dcc7dfec80aaaa;hb=fd995dac78e34cc427abd7198af0db957a40664a;hp=26776eaec1def0a82c5496033a26837b9ec96ee5;hpb=d2dd58eabde15ebf0a2c4c61239d65543931ae04;p=dwm.git diff --git a/config.default.h b/config.default.h index 26776ea..49e45c2 100644 --- a/config.default.h +++ b/config.default.h @@ -85,4 +85,6 @@ static Key key[] = { \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Gimp.*", NULL, True }, \ + { "MPlayer.*", NULL, True }, \ + { "Acroread.*", NULL, True }, \ };