summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2022-01-25 09:57:59 +0100
committerGitHub <noreply@github.com>2022-01-25 09:57:59 +0100
commit85c6545a43dd8f03697f9537c4b2fe03b409fcd0 (patch)
treea86c269a0a36b62f25ca196770a65e5111958584 /doc/rofi-theme.5
parent6e3feee1799d280e246ea088350a6722f6b2e894 (diff)
Merge List and Array type into one. (#1572)
* Merge list and array into one. * [Lexer] Only use string without " in list * Some cleanups * Cleanups based on feedback.
Diffstat (limited to 'doc/rofi-theme.5')
-rw-r--r--doc/rofi-theme.517
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 780ceadb..07be4cd7 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -319,6 +319,8 @@ a cursor
.IP \(bu 2
a list of keywords
.IP \(bu 2
+an array of values
+.IP \(bu 2
an environment variable
.IP \(bu 2
Inherit
@@ -866,6 +868,16 @@ Format: \fB\fC[ keyword, keyword ]\fR
A list starts with a '[' and ends with a ']'. The entries in the list are comma\-separated.
The \fB\fCkeyword\fR in the list refers to an widget name.
+.SH List of values
+.RS
+.IP \(bu 2
+Format: \fB\fC[ value, value, ... ]\fR
+
+.RE
+
+.PP
+An list starts with a '[' and ends with a ']'. The entries in the list are comma\-separated.
+
.SH Environment variable
.RS
.IP \(bu 2
@@ -1251,6 +1263,11 @@ This option is only available on the \fB\fCelement\-text\fR widget.
\fBblink\fP: Enable/Disable blinking on an input textbox (Boolean).
.IP \(bu 2
\fBmarkup\fP: Force markup on, beware that only valid pango markup strings are shown.
+.IP \(bu 2
+\fBtab\-stops\fP: array of distances
+Set the location of tab stops by their distance from the beginning of the line.
+Each distance should be greater than the previous one.
+The text appears to the right of the tab stop position (other alignments are not supported yet).
.RE