mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Script] Small update manpage rofi-script.
This commit is contained in:
parent
fb290f9cde
commit
c1ac4804c2
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ The name should be unique.
|
|||
.SH API
|
||||
.PP
|
||||
Rofi calls the executable without arguments on startup. This should generate a list of options, separated by a newline
|
||||
(\fB\fC\\n\fR).
|
||||
(\fB\fC\\n\fR) (This can be changed by the script).
|
||||
If the user selects an option, rofi calls the executable with the text of that option as the first argument.
|
||||
If the script returns no entries, rofi quits.
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ The name should be unique.
|
|||
## API
|
||||
|
||||
Rofi calls the executable without arguments on startup. This should generate a list of options, separated by a newline
|
||||
(`\n`).
|
||||
(`\n`) (This can be changed by the script).
|
||||
If the user selects an option, rofi calls the executable with the text of that option as the first argument.
|
||||
If the script returns no entries, rofi quits.
|
||||
|
||||
|
|
Loading…
Reference in a new issue