summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
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.markdown
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.markdown')
-rw-r--r--doc/rofi.1.markdown16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index b709dd94..94e387fe 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -726,6 +726,22 @@ rofi -filebrowser-cancel-returns-1 true -show filebrowser
The `show-hidden` can also be triggered with the `kb-delete-entry` keybinding.
+### Entry history
+
+The number of previous inputs for the entry box can be modified by setting
+max-history on the entry box.
+
+```css
+configuration {
+ entry {
+ max-history: 30;
+ }
+}
+```
+
+By default the file is stored in the systems cache directory, in a file called
+`rofi-entry-history.txt`.
+
### Other
`-drun-use-desktop-cache`