summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-01-08 12:10:40 +0100
committerDave Davenport <qball@gmpclient.org>2023-01-08 12:10:40 +0100
commit9fda280be1f7416672740b382203342f16328464 (patch)
tree6b5764424542d3227437693497e581df21ae7e7e /doc/rofi-script.5
parent236c12bfb2999e56ee9e177176472f9f2701be42 (diff)
[DMenu|Script] Add per row urgent/active option.
Instead of having a global list of entries to highlight urgent/active, you can now to it per row.
Diffstat (limited to 'doc/rofi-script.5')
-rw-r--r--doc/rofi-script.54
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 6e8b9b17..2e7f22f2 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -165,6 +165,10 @@ The following options are supported:
\fBnonselectable\fP: If true the row cannot activated.
.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.
+.IP \(bu 2
+\fBurgent\fP: Set urgent flag on entry (true/false)
+.IP \(bu 2
+\fBactive\fP: Set active flag on entry (true/false)
.RE