X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=2b94fd6480880a5fc3deb54a10470c521f0bca9e;hb=0d095ae2ff0e8d703e4a8c9a20cd061c4bdcc6e2;hp=db18df2e80b572442a02d54ce9a24d2ca4aa57a4;hpb=d2dd58eabde15ebf0a2c4c61239d65543931ae04;p=dwm.git diff --git a/config.arg.h b/config.arg.h index db18df2..2b94fd6 100644 --- a/config.arg.h +++ b/config.arg.h @@ -87,8 +87,8 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "3", False }, \ - { "Gimp.*", NULL, True }, \ - { "MPlayer.*", NULL, True }, \ - { "Acroread.*", NULL, True }, \ + { "Firefox", "3", False }, \ + { "Gimp", NULL, True }, \ + { "MPlayer", NULL, True }, \ + { "Acroread", NULL, True }, \ };