X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=2e84b7da78f35467c90a764bad5a413a763acc74;hb=f1a34ae1e435cdc3a81cc2cee2a78fb016a24c2b;hp=933bcfb50b124a467b91928cc695938521088193;hpb=95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 933bcfb..2e84b7d 100644 --- a/config.arg.h +++ b/config.arg.h @@ -68,4 +68,6 @@ static Rule rule[] = { \ /* class:instance tags isfloat */ \ { "Firefox.*", { [Tnet] = "net" }, False }, \ { "Gimp.*", { 0 }, True}, \ + { "MPlayer.*", { 0 }, True}, \ + { "Acroread.*", { 0 }, True}, \ };