summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index 2acf247..219ef2e 100644
--- a/doc/config
+++ b/doc/config
@@ -277,6 +277,12 @@
# This option only has an effect when hide-input is set to true.
hidden-character = "*"
+ # Instead of printing the selected entry, print the 1-based index of
+ # the selection. This option has no effect in run or drun mode. If
+ # require-match is set to false, non-matching input will still result
+ # in the input being printed.
+ print-index = false
+
# If true, directly launch applications on selection when in drun mode.
# Otherwise, just print the command line to stdout.
drun-launch = false