mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
[View] Increase default refilter-timeout-limit.
It was tuned for very low-end machine. Issue: #1683
This commit is contained in:
parent
505282c465
commit
2ea30861d3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Settings config = {
|
||||||
/** fallback icon */
|
/** fallback icon */
|
||||||
.application_fallback_icon = NULL,
|
.application_fallback_icon = NULL,
|
||||||
/** refilter limit */
|
/** refilter limit */
|
||||||
.refilter_timeout_limit = 8192,
|
.refilter_timeout_limit = 4 * 8192,
|
||||||
/** workaround for broken xserver (#300 on xserver, #611) */
|
/** workaround for broken xserver (#300 on xserver, #611) */
|
||||||
.xserver_i300_workaround = FALSE,
|
.xserver_i300_workaround = FALSE,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue