1
0
Fork 0
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:
Dave Davenport 2022-08-20 14:46:00 +02:00
parent 505282c465
commit 2ea30861d3

View file

@ -155,7 +155,7 @@ Settings config = {
/** fallback icon */
.application_fallback_icon = NULL,
/** refilter limit */
.refilter_timeout_limit = 8192,
.refilter_timeout_limit = 4 * 8192,
/** workaround for broken xserver (#300 on xserver, #611) */
.xserver_i300_workaround = FALSE,
};