1
0
Fork 0
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:
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_hosts = FALSE,
/** Modi to combine into one view. */
.combi_modi = "window,run"
.combi_modi = "window,run",
/** Fuzzy matching. */
.fuzzy = FALSE,
};