mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Set fuzzy default to false (instead of unset)
This commit is contained in:
parent
98b8e583cb
commit
d79e5aa0e2
1 changed files with 3 additions and 1 deletions
|
@ -127,6 +127,8 @@ Settings config = {
|
|||
/** Parse /etc/hosts file in ssh view. */
|
||||
.parse_hosts = FALSE,
|
||||
/** Modi to combine into one view. */
|
||||
.combi_modi = "window,run"
|
||||
.combi_modi = "window,run",
|
||||
/** Fuzzy matching. */
|
||||
.fuzzy = FALSE,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue