summaryrefslogtreecommitdiffstats
path: root/doc/rofi-dmenu.5.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-dmenu.5.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-dmenu.5.markdown')
-rw-r--r--doc/rofi-dmenu.5.markdown7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/rofi-dmenu.5.markdown b/doc/rofi-dmenu.5.markdown
index fc5be9f8..aa868cee 100644
--- a/doc/rofi-dmenu.5.markdown
+++ b/doc/rofi-dmenu.5.markdown
@@ -158,13 +158,6 @@ Force **rofi** mode to first read all data from stdin before showing the selecti
Note: the default asynchronous mode will also be automatically disabled if used with conflicting options,
such as `-dump`, `-only-match` or `-auto-select`.
-`-async-pre-read` *number*
-
-Reads the first *number* entries blocking, then switches to async mode.
-This makes it feel more 'snappy'.
-
-*default*: 25
-
`-window-title` *title*
Set name used for the window title. Will be shown as Rofi - *title*