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