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:
parent
9a39ebb3e9
commit
8feb3c9067
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue