summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-17 16:10:14 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-17 16:10:14 +0100
commitaeaceb154a773247a4709a66c27df34669f6c1ad (patch)
treeb80c0c124eaf63fcfb983bad6e03a216228008f9 /source/xrmoptions.c
parent2b0aec52e0cf8290910f6b754af8c733e5d4c74c (diff)
Add experimental regex support
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index b119d9ec..70779e27 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -125,6 +125,7 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "combi-modi", { .str = &config.combi_modi }, NULL, "Set the modi to combine in combi mode" },
{ xrm_Boolean, "fuzzy", { .num = &config.fuzzy }, NULL, "Do a more fuzzy matching" },
{ xrm_Boolean, "glob", { .num = &config.glob }, NULL, "Use glob matching" },
+ { xrm_Boolean, "regex", { .num = &config.regex }, NULL, "Use regex matching" },
{ xrm_Boolean, "tokenize", { .num = &config.tokenize }, NULL, "Tokenize input string" },
{ xrm_Number, "monitor", { .snum = &config.monitor }, NULL, "" },
/* Alias for dmenu compatibility. */