1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Tokenize by default

This commit is contained in:
QC 2015-10-04 17:03:45 +02:00
parent 9a39ebb3e9
commit 8feb3c9067

View file

@ -131,7 +131,7 @@ Settings config = {
/** Fuzzy matching. */ /** Fuzzy matching. */
.fuzzy = FALSE, .fuzzy = FALSE,
.glob = FALSE, .glob = FALSE,
.tokenize = FALSE, .tokenize = TRUE,
/** Monitor */ /** Monitor */
.monitor = -1, .monitor = -1,
/** set line margin */ /** set line margin */