From 50c50d6d76cdd1f8051803e5bd47ac9a0c42917a Mon Sep 17 00:00:00 2001 From: Awal Garg Date: Tue, 2 Feb 2021 02:04:49 +0530 Subject: [PATCH] document -max-history-size in the manpage (#1268) --- doc/rofi.1 | 6 ++++++ doc/rofi.1.markdown | 3 +++ 2 files changed, 9 insertions(+) diff --git a/doc/rofi.1 b/doc/rofi.1 index f1bba192..57e0dd26 100644 --- a/doc/rofi.1 +++ b/doc/rofi.1 @@ -1045,6 +1045,12 @@ fzf sorting. .RE +.PP +\fB\fC\-max\-history\-size\fR \fInumber\fP + +.PP +Maximum number of entries to store in history. Defaults to 25. (WARNING: can cause slowdowns when set to high) + .SS Dmenu specific .PP \fB\fC\-sep\fR \fIseparator\fP diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown index 6e849fd1..b664aa92 100644 --- a/doc/rofi.1.markdown +++ b/doc/rofi.1.markdown @@ -601,6 +601,9 @@ There are 2 sorting method: * levenshtein (Default) * fzf sorting. +`-max-history-size` *number* + +Maximum number of entries to store in history. Defaults to 25. (WARNING: can cause slowdowns when set to high) ### Dmenu specific