mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
[Script] Update manpage with delim option.
This commit is contained in:
parent
aa07b8ef94
commit
fb290f9cde
2 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,8 @@ The following extra options exists:
|
|||
\fBurgent\fP: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
|
||||
.IP \(bu 2
|
||||
\fBactive\fP: Mark rows as active. (for syntax see the active option in dmenu mode)
|
||||
.IP \(bu 2
|
||||
\fBdelim\fP: Set the delimiter for for next rows. Default is '\\n' and this option should finish with this.
|
||||
|
||||
.SH Parsing row options
|
||||
.PP
|
||||
|
|
|
@ -64,6 +64,7 @@ The following extra options exists:
|
|||
* **markup-rows**: If 'true' renders markup in the row.
|
||||
* **urgent**: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
|
||||
* **active**: Mark rows as active. (for syntax see the active option in dmenu mode)
|
||||
* **delim**: Set the delimiter for for next rows. Default is '\n' and this option should finish with this.
|
||||
|
||||
## Parsing row options
|
||||
|
||||
|
|
Loading…
Reference in a new issue