summaryrefslogtreecommitdiffstats
path: root/doc/rofi-dmenu.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-23 20:21:00 +0200
committerDave Davenport <qball@blame.services>2022-07-23 20:21:00 +0200
commitbe6fe8ac617c099e522e03226fb76f5f00ca6833 (patch)
tree2e20d9250917d1f9ec5fae58f025691912cfc280 /doc/rofi-dmenu.5.markdown
parent7bd77684db07c6d8d2c083c73bc30885945d6bab (diff)
[Textbox] Remove the dot indicator.
Weird hack from dmenu that dripped through rofi code-base for multi-select. Change it so it is just a prefix to the string of ☐ and ☑.
Diffstat (limited to 'doc/rofi-dmenu.5.markdown')
-rw-r--r--doc/rofi-dmenu.5.markdown11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/rofi-dmenu.5.markdown b/doc/rofi-dmenu.5.markdown
index d3b7796e..46db5844 100644
--- a/doc/rofi-dmenu.5.markdown
+++ b/doc/rofi-dmenu.5.markdown
@@ -180,6 +180,17 @@ The column separator. This is a regex.
*default*: '\t'
+`-ballot-selected-str` *string*
+
+When multi-select is enabled, prefix this string when element is selected.
+
+*default*: "☑ "
+
+`-ballot-unselected-str` *string*
+
+When multi-select is enabled, prefix this string when element is not selected.
+
+*default*: "☑ "
## RETURN VALUE