From cfab8efa406c7ff1063cb6ef89cb41028d0e826e Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 9 Apr 2023 18:26:52 +0100 Subject: Add --auto-accept-single option. --- doc/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/config') diff --git a/doc/config b/doc/config index 4eeb59c..69bddab 100644 --- a/doc/config +++ b/doc/config @@ -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 -- cgit v1.2.3