summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAwal Garg <awalgarg@gmail.com>2021-02-02 02:04:49 +0530
committerGitHub <noreply@github.com>2021-02-01 21:34:49 +0100
commit50c50d6d76cdd1f8051803e5bd47ac9a0c42917a (patch)
treeadf15669b08c3f905d2fbd8914ab28795a74acc2
parent01935064d8e9467795e21ec57e3fee9f5f19876b (diff)
document -max-history-size in the manpage (#1268)
-rw-r--r--doc/rofi.16
-rw-r--r--doc/rofi.1.markdown3
2 files changed, 9 insertions, 0 deletions
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