summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2023-01-22 17:25:17 +0100
committerGitHub <noreply@github.com>2023-01-22 17:25:17 +0100
commit6caece77d4cc0fa81b3303a4126e4efbb93b41be (patch)
tree8bd25e47766724f1c7737671d33e8457e811f6ff /doc/rofi.1
parentebb4459a60e75a25e679dd1c02466d91a662cb76 (diff)
I785 (#1789)
* [Textbox] Add history to the entrybox. * [Textbox] Add comments and move into sub functions. * [doc] Add conflicting constraint section to manpage. * [Script] Some small memory leak fixes. * [Entry History] Add documentation. fixes: #785
Diffstat (limited to 'doc/rofi.1')
-rw-r--r--doc/rofi.122
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 115dd38b..493751fa 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1180,6 +1180,28 @@ rofi -filebrowser-cancel-returns-1 true -show filebrowser
.PP
The \fB\fCshow-hidden\fR can also be triggered with the \fB\fCkb-delete-entry\fR keybinding.
+.SS Entry history
+.PP
+The number of previous inputs for the entry box can be modified by setting
+max-history on the entry box.
+
+.PP
+.RS
+
+.nf
+configuration {
+ entry {
+ max-history: 30;
+ }
+}
+
+.fi
+.RE
+
+.PP
+By default the file is stored in the systems cache directory, in a file called
+\fB\fCrofi-entry-history.txt\fR\&.
+
.SS Other
.PP
\fB\fC-drun-use-desktop-cache\fR