mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[DMenu|Script] Update manpage with new option.
This commit is contained in:
parent
b676dfe8ad
commit
af5e7a4ca3
2 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,8 @@ The following extra options exists:
|
|||
\fBuse-hot-keys\fP: If set to true, it enabled the Custom keybindings for script. Warning this breaks the normal rofi flow.
|
||||
.IP \(bu 2
|
||||
\fBdata\fP: Passed data to the next execution of the script via \fBROFI_DATA\fP\&.
|
||||
.IP \(bu 2
|
||||
\fBtheme\fP: Small theme snippet to f.e. change the background color of a widget.
|
||||
|
||||
.RE
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@ The following extra options exists:
|
|||
* **no-custom**: If set to 'true'; only accept listed entries, ignore custom input.
|
||||
* **use-hot-keys**: If set to true, it enabled the Custom keybindings for script. Warning this breaks the normal rofi flow.
|
||||
* **data**: Passed data to the next execution of the script via **ROFI_DATA**.
|
||||
* **theme**: Small theme snippet to f.e. change the background color of a widget.
|
||||
|
||||
## Parsing row options
|
||||
|
||||
|
|
Loading…
Reference in a new issue