summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-14 15:14:41 +0200
committerDave Davenport <qball@blame.services>2021-06-14 15:14:41 +0200
commit5c5428bd11b87a336174398194062f7d3901daf6 (patch)
treea1fcffcebce80657e09eb023d8bed0f48eab9767 /doc/rofi-script.5
parent7cf0385681f2b46027d3157e51b73ee91968763e (diff)
[Theme] Add direction support to linear-gradient.
Diffstat (limited to 'doc/rofi-script.5')
-rw-r--r--doc/rofi-script.512
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index bc6b98bc..96aef1e2 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -64,8 +64,6 @@ 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
@@ -75,8 +73,6 @@ An integer number with the current state:
.IP \(bu 2
\fB10\-28\fP: Custom keybinding 1\-19 ( need to be explicitely enabled by script ).
-.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.
@@ -100,8 +96,6 @@ 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
@@ -119,8 +113,6 @@ The following extra options exists:
.IP \(bu 2
\fBuse\-hot\-keys\fP: If set to true, it enabled the Custom keybindings for script. Warning this breaks the normal rofi flow.
-.RE
-
.SH Parsing row options
.PP
Extra options for individual rows can be set.
@@ -140,8 +132,6 @@ For example:
.PP
The following options are supported:
-
-.RS
.IP \(bu 2
\fBicon\fP: Set the icon for that row.
.IP \(bu 2
@@ -151,8 +141,6 @@ 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.