mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04: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 = FALSE,
|
||||
.glob = FALSE,
|
||||
.tokenize = FALSE,
|
||||
.tokenize = TRUE,
|
||||
/** Monitor */
|
||||
.monitor = -1,
|
||||
/** set line margin */
|
||||
|
|
Loading…
Add table
Reference in a new issue