From 2d7f59424c1b3974c3093cb800326437df7caa94 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 14 Feb 2007 09:31:23 +0100 Subject: simplifying regexps in config samples --- config.default.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.default.h') 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 }, \ }; -- cgit v1.2.3-54-g00ecf