summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2020-04-24 19:54:08 +0200
committerGitHub <noreply@github.com>2020-04-24 19:54:08 +0200
commit151547a99ed142168ec4a11e526102994f6736a9 (patch)
tree523506cae7120bc80c1234c94c1f0a4e1cd66bc6 /doc/rofi-script.5
parentf90ad971d9d334b26280fbf14dda700877f75d67 (diff)
[Themes] add calc() support to distance in theme format. (#1105)
* Initial test to allow math in distances. Support + and - Needs spaces around + and -. * [THEME] Fix printing theme with math in distance. * [Theme] use calc() syntax. * [Theme] Add * and / to calc(). * [Theme] Fix the precedense ordering in parsing. Also avoid making copies. * [Theme] Don't print unneeded (). * [Theme] Add modulo to calc.
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 a2daf9a9..e5fa1b96 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
-.RE
-
.SH Passing mode options
.PP
Extra options, like setting the prompt, can be set by the script.
@@ -96,8 +92,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
@@ -113,8 +107,6 @@ The following extra options exists:
.IP \(bu 2
\fBno\-custom\fP: Only accept listed entries, ignore custom input.
-.RE
-
.SH Parsing row options
.PP
Extra options for individual rows can be set.
@@ -134,8 +126,6 @@ For example:
.PP
The following options are supported:
-
-.RS
.IP \(bu 2
\fBicon\fP: Set the icon for that row.
.IP \(bu 2
@@ -143,8 +133,6 @@ The following options are supported:
.IP \(bu 2
\fBnonselectable\fP: If true the row cannot activated.
-.RE
-
.SH SEE ALSO
.PP
rofi(1), rofi\-sensible\-terminal(1), dmenu(1), rofi\-theme(5), rofi\-theme\-selector(1)