1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-07 17:33:14 -04:00

Update lazy limit filter

This commit is contained in:
QC 2015-09-20 18:44:24 +02:00
parent 8083753700
commit 3edd66ad6b

View file

@ -121,7 +121,7 @@ Settings config = {
/** Sidebar mode, show the switchers */
.sidebar_mode = FALSE,
/** Lazy mode setting */
.lazy_filter_limit = 5000,
.lazy_filter_limit = 15000,
/** auto select */
.auto_select = FALSE,
/** Parse /etc/hosts file in ssh view. */