[recursivebrowser] Update manpage.

This commit is contained in:
Dave Davenport 2023-06-11 17:49:29 +02:00
parent a24b68f523
commit ee80c8487f
2 changed files with 35 additions and 0 deletions

View File

@ -1191,6 +1191,26 @@ rofi -filebrowser-cancel-returns-1 true -show filebrowser
.PP .PP
The \fB\fCshow-hidden\fR can also be triggered with the \fB\fCkb-delete-entry\fR keybinding. The \fB\fCshow-hidden\fR can also be triggered with the \fB\fCkb-delete-entry\fR keybinding.
.SS Recursive Browser settings
.PP
Recursive file browser behavior can be controlled via the following options:
.PP
.RS
.nf
configuration {
recursivebrowser {
/** Directory the file browser starts in. */
directory: "/some/directory";
/** return 1 on cancel. */
cancel-returns-1: true;
}
}
.fi
.RE
.SS Entry history .SS Entry history
.PP .PP
The number of previous inputs for the entry box can be modified by setting The number of previous inputs for the entry box can be modified by setting

View File

@ -777,6 +777,21 @@ rofi -filebrowser-cancel-returns-1 true -show filebrowser
The `show-hidden` can also be triggered with the `kb-delete-entry` keybinding. The `show-hidden` can also be triggered with the `kb-delete-entry` keybinding.
### Recursive Browser settings
Recursive file browser behavior can be controlled via the following options:
```css
configuration {
recursivebrowser {
/** Directory the file browser starts in. */
directory: "/some/directory";
/** return 1 on cancel. */
cancel-returns-1: true;
}
}
```
### Entry history ### Entry history
The number of previous inputs for the entry box can be modified by setting The number of previous inputs for the entry box can be modified by setting