mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
document -max-history-size in the manpage (#1268)
This commit is contained in:
parent
4b7014f85e
commit
65125c290b
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue