aboutsummarylogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-14 09:31:23 +0100
committerAnselm R. Garbe2007-02-14 09:31:23 +0100
commit841ce19a82113bcdbaac6d11eed6e7f6cc3adde1 (patch)
tree560129a07baeca0d69f16872bcc662189ec6d0f1 /config.default.h
parentb925c6206c98858622c1671e8ebddf0bcdd4140e (diff)
downloadaur-841ce19a82113bcdbaac6d11eed6e7f6cc3adde1.tar.gz
simplifying regexps in config samples
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.default.h b/config.default.h
index 49e45c20c52b..b8654bd90672 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 }, \
};