summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-11-06 20:02:48 +0100
committerDave Davenport <qball@gmpclient.org>2023-11-06 20:02:48 +0100
commitdbc1f8dcb4d22c2924d2b3a5f19b9be45c64a4eb (patch)
tree0753da71fb12a710133efcb893d8c4a701e7c348 /doc
parent3c87321258955737a5549b47a13181f747f2cf3a (diff)
[Dmenu][Script] Add 'display' row option to override whats displayed.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-script.52
-rw-r--r--doc/rofi-script.5.markdown2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 3b17a2f1..3882f8cb 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -174,6 +174,8 @@ The following options are supported:
.IP \(bu 2
\fBicon\fP: Set the icon for that row.
.IP \(bu 2
+\fBdisplay\fP: Replace the displayed string. (Original string will still be used for searching)
+.IP \(bu 2
\fBmeta\fP: Specify invisible search terms.
.IP \(bu 2
\fBnonselectable\fP: If true the row cannot activated.
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index ed060e0d..8d87afc2 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -133,6 +133,8 @@ The following options are supported:
- **icon**: Set the icon for that row.
+- **display**: Replace the displayed string. (Original string will still be used for searching)
+
- **meta**: Specify invisible search terms.
- **nonselectable**: If true the row cannot activated.