summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-10-05 14:35:12 +0100
committerPhil Jones <philj56@gmail.com>2022-10-05 14:35:12 +0100
commit4f13d9c88e8a00ccb9ba8d5380db2f93d3f67908 (patch)
tree91506378e4d30edad5178238267d9a3132dcf146 /doc/config
parent803b0d14b7ac8ea03105613fa25849d460073357 (diff)
Add options to hide input for passwords etc.
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index f95a367..4f81163 100644
--- a/doc/config
+++ b/doc/config
@@ -135,6 +135,15 @@
# In drun mode, this is always true.
require-match = true
+ # If true, typed input will be hidden, and what is displayed (if
+ # anything) is determined by the hidden-character option.
+ hide-input = false
+
+ # Replace displayed input characters with a character. If the empty
+ # string is given, input will be completely hidden.
+ # This option only has an effect when hide-input is set to true.
+ hidden-character = "*"
+
# If true, directly launch applications on selection when in drun mode.
# Otherwise, just print the command line to stdout.
drun-launch = false