summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2022-01-22 22:03:10 +0100
committerGitHub <noreply@github.com>2022-01-22 22:03:10 +0100
commit50b85ba95480976b972affeaa4522da133c9037d (patch)
tree8986031a51491596ee743b59fba7d8d391d35f6d /doc/rofi.1.markdown
parent64062b2a94eadcf883ff9a70c785bde0fb52f93e (diff)
Add -combi-display-format (#1570)
Implement a new option -combi-display-format (analogous to -drun-display-format) that allows to change position appearance of the mode name in the combi entries.
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index d70ea4ab..bfb8c673 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -544,6 +544,20 @@ To get one merge view, of `window`,`run`, and `ssh`:
**NOTE**: The i3 window manager dislikes commas in the command when specifying an exec command.
For that case, `#` can be used as a separator.
+`-combi-display-format`
+
+The format string for entries in the `combi` dialog:
+
+* **mode**: the mode display name
+* **text**: the entry text
+
+Pango markup can be used to formatting the output.
+
+ Default: {mode} {text}
+
+Note: This setting is ignored if `combi-hide-mode-prefix` is eanbled.
+
+
### History and Sorting
`-disable-history`