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