1
0
Fork 0
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:
Dave Davenport 2015-07-01 09:19:03 +02:00
parent 98b8e583cb
commit d79e5aa0e2

View file

@ -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,
}; };