summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-05-02 20:01:03 +0200
committerDave Davenport <qball@gmpclient.org>2021-05-02 20:01:03 +0200
commitd539e6478ae53e28ceebc2e81f4f57bfbd3d09d1 (patch)
treeb48a6fd67cf6057c5726425bf1f086a2567aca33 /doc/rofi-script.5
parent7824b1c84e18a5253ba11503c9d498e991cd2bb1 (diff)
Remove -show-match option, deprecated.
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
Diffstat (limited to 'doc/rofi-script.5')
-rw-r--r--doc/rofi-script.512
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 49e24ec8..ff06dcb3 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -64,6 +64,8 @@ Rofi sets the following environment variable when executing the script:
.SS \fB\fCROFI\_RETV\fR
.PP
An integer number with the current state:
+
+.RS
.IP \(bu 2
\fB0\fP: Initial call of script.
.IP \(bu 2
@@ -73,6 +75,8 @@ An integer number with the current state:
.IP \(bu 2
\fB10\-28\fP: Custom keybinding 1\-19
+.RE
+
.SS \fB\fCROFI\_INFO\fR
.PP
Environment get set when selected entry get set with the property value of the 'info' row option, if set.
@@ -96,6 +100,8 @@ For example to set the prompt:
.PP
The following extra options exists:
+
+.RS
.IP \(bu 2
\fBprompt\fP: Update the prompt text.
.IP \(bu 2
@@ -111,6 +117,8 @@ The following extra options exists:
.IP \(bu 2
\fBno\-custom\fP: If set to 'true'; only accept listed entries, ignore custom input.
+.RE
+
.SH Parsing row options
.PP
Extra options for individual rows can be set.
@@ -130,6 +138,8 @@ For example:
.PP
The following options are supported:
+
+.RS
.IP \(bu 2
\fBicon\fP: Set the icon for that row.
.IP \(bu 2
@@ -139,6 +149,8 @@ The following options are supported:
.IP \(bu 2
\fBinfo\fP: Info that, on selection, gets placed in the \fB\fCROFI\_INFO\fR environment variable. This entry does not get searched.
+.RE
+
.PP
multiple entries can be passed using the \fB\fC\\x1f\fR separator.