summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-10-04 16:37:07 +0200
committerDave Davenport <qball@gmpclient.org>2015-10-04 16:37:07 +0200
commit6b039ac524e4569533b153d7a9276a82583e0ffe (patch)
tree6276dfc798250cea3d17b917a0ce8ed40eff10fb /config
parent1369c162fefbde596b7e3592d4b1f14c9a20ce49 (diff)
Add tokenize option and append * to glob.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.def.c b/config/config.def.c
index d25be080..d7d1edaa 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -129,8 +129,9 @@ Settings config = {
/** Modi to combine into one view. */
.combi_modi = "window,run",
/** Fuzzy matching. */
- .fuzzy = FALSE,
- .glob = FALSE,
+ .fuzzy = FALSE,
+ .glob = FALSE,
+ .tokenize = FALSE,
/** Monitor */
.monitor = -1,
/** set line margin */