mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[Doc] Tweak rofi-script no-custom description.
This commit is contained in:
parent
f04c5361a5
commit
91a71fd016
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ The following extra options exists:
|
|||
.IP \(bu 2
|
||||
\fBdelim\fP: Set the delimiter for for next rows. Default is '\\n' and this option should finish with this. Only call this on first call of script, it is remembered for consecutive calls.
|
||||
.IP \(bu 2
|
||||
\fBno\-custom\fP: Only accept listed entries, ignore custom input.
|
||||
\fBno\-custom\fP: If set to 'true'; only accept listed entries, ignore custom input.
|
||||
|
||||
.RE
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ The following extra options exists:
|
|||
* **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. Only call this on first call of script, it is remembered for consecutive calls.
|
||||
* **no-custom**: Only accept listed entries, ignore custom input.
|
||||
* **no-custom**: If set to 'true'; only accept listed entries, ignore custom input.
|
||||
|
||||
## Parsing row options
|
||||
|
||||
|
|
Loading…
Reference in a new issue