mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
document -max-history-size in the manpage (#1268)
This commit is contained in:
parent
01935064d8
commit
50c50d6d76
2 changed files with 9 additions and 0 deletions
|
@ -1045,6 +1045,12 @@ fzf sorting.
|
||||||
|
|
||||||
.RE
|
.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
|
.SS Dmenu specific
|
||||||
.PP
|
.PP
|
||||||
\fB\fC\-sep\fR \fIseparator\fP
|
\fB\fC\-sep\fR \fIseparator\fP
|
||||||
|
|
|
@ -601,6 +601,9 @@ There are 2 sorting method:
|
||||||
* levenshtein (Default)
|
* levenshtein (Default)
|
||||||
* fzf sorting.
|
* 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
|
### Dmenu specific
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue