summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2022-04-20 21:53:44 +0200
committerGitHub <noreply@github.com>2022-04-20 21:53:44 +0200
commite2a7cfdd5241e0897e46c806d2d11713b5206109 (patch)
tree01ed3873acd24d689ac1345aa059a9282ebe1a84 /doc/rofi.1.markdown
parent9f0a8c9e36b36222784fea7bbe70481219c2a7d6 (diff)
[DMenu] Huge list speedups (#1621)
* DonĀ“t refilter on each key-press. * Make sure refiltering is not completely starved. * Force refilter before accepting entry * Go into 'timeout' refilter mode only after certain # elements. * [DMenu] threading with getdelim to speed up reading. * [View] Remove debug output. * [dmenu] Fix pre-read. * [DMenu] Make sure that async mode cannot block * Remove mutex for IPC via pipes. * [Dmenu] Small cleanup. * [Scrollbar] Fix scrollbar overflowing on big lists. * Fix stack overflow by creating to many filter jobs. * [Doc] Add new option to manpage
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 3ab114ca..0449804b 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -274,6 +274,12 @@ Make **rofi** react like a normal application window. Useful for scripts like Cl
Make rofi steal focus on launch and restore close to window that held it when launched.
+`-refilter-timeout-limit`
+
+The limit of elements that is used to switch from instant to delayed filter mode.
+
+ Default: 8192
+
### Matching
`-matching` *method*