diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config | 5 | ||||
-rw-r--r-- | doc/tofi.5.md | 8 | ||||
-rw-r--r-- | doc/tofi.5.scd | 7 |
3 files changed, 20 insertions, 0 deletions
@@ -257,6 +257,11 @@ # In drun mode, this is always true. require-match = true + # If true, automatically accept a result if it is the only one + # remaining. If there's only one result on startup, window creation is + # skipped altogether. + auto-accept-single = false + # If true, typed input will be hidden, and what is displayed (if # anything) is determined by the hidden-character option. hide-input = false diff --git a/doc/tofi.5.md b/doc/tofi.5.md index e4aaf7b..e976ef7 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -89,6 +89,14 @@ options. > > Default: true +**auto-accept-single**=*true\|false* + +> If true, automatically accept a result if it is the only one +> remaining. If there's only one result on startup, window creation is +> skipped altogether. +> +> Default: false + **hide-input**=*true\|false* > If true, typed input will be hidden, and what is displayed (if diff --git a/doc/tofi.5.scd b/doc/tofi.5.scd index 6e97ae3..29547e0 100644 --- a/doc/tofi.5.scd +++ b/doc/tofi.5.scd @@ -76,6 +76,13 @@ options. Default: true +*auto-accept-single*=_true|false_ + If true, automatically accept a result if it is the only one remaining. + If there's only one result on startup, window creation is skipped + altogether. + + Default: false + *hide-input*=_true|false_ If true, typed input will be hidden, and what is displayed (if anything) is determined by the *hidden-character* option. |