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:
parent
8083753700
commit
3edd66ad6b
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue