mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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 /etc/hosts file in ssh view. */
|
||||||
.parse_hosts = FALSE,
|
.parse_hosts = FALSE,
|
||||||
/** Modi to combine into one view. */
|
/** Modi to combine into one view. */
|
||||||
.combi_modi = "window,run"
|
.combi_modi = "window,run",
|
||||||
|
/** Fuzzy matching. */
|
||||||
|
.fuzzy = FALSE,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue