summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
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.markdown
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.markdown')
-rw-r--r--doc/rofi-script.5.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index d021f781..a8e663ee 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -112,6 +112,8 @@ The following options are supported:
* **meta**: Specify invisible search terms.
* **nonselectable**: If true the row cannot activated.
* **info**: Info that, on selection, gets placed in the `ROFI_INFO` environment variable. This entry does not get searched.
+ * **urgent**: Set urgent flag on entry (true/false)
+ * **active**: Set active flag on entry (true/false)
multiple entries can be passed using the `\x1f` separator.