X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=b8654bd90672562eb2ef7dfc8659310dc492d9ad;hb=0d095ae2ff0e8d703e4a8c9a20cd061c4bdcc6e2;hp=49e45c20c52be74b9547b4a5f0dcc7dfec80aaaa;hpb=e5765cdd844125f7044d316b710b9a5a55117557;p=dwm.git diff --git a/config.default.h b/config.default.h index 49e45c2..b8654bd 100644 --- a/config.default.h +++ b/config.default.h @@ -84,7 +84,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Gimp.*", NULL, True }, \ - { "MPlayer.*", NULL, True }, \ - { "Acroread.*", NULL, True }, \ + { "Gimp", NULL, True }, \ + { "MPlayer", NULL, True }, \ + { "Acroread", NULL, True }, \ };