From 4f13d9c88e8a00ccb9ba8d5380db2f93d3f67908 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 5 Oct 2022 14:35:12 +0100 Subject: Add options to hide input for passwords etc. --- doc/tofi.5.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/tofi.5.md') diff --git a/doc/tofi.5.md b/doc/tofi.5.md index b330278..319171d 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -60,6 +60,21 @@ options. > > Default: true +**hide-input**=*true\|false* + +> If true, typed input will be hidden, and what is displayed (if +> anything) is determined by the **hidden-character** option. +> +> Default: false + +**hidden-character**=*char* + +> Replace displayed input characters with *char*. If *char* is set to +> the empty string, input will be completely hidden. This option only +> has an effect when **hide-input** is set to true. +> +> Default: \* + **drun-launch**=*true\|false* > If true, directly launch applications on selection when in drun mode. -- cgit v1.2.3