mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[recursivebrowser] Update manpage.
This commit is contained in:
parent
a24b68f523
commit
ee80c8487f
2 changed files with 35 additions and 0 deletions
20
doc/rofi.1
20
doc/rofi.1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue