From faf685ca266d9cd3e2bb42d2ef105a5577cfcaf1 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 21 Aug 2022 20:58:10 +0100 Subject: Add --require-match option. --- doc/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/config') diff --git a/doc/config b/doc/config index f544966..4d337b5 100644 --- a/doc/config +++ b/doc/config @@ -127,6 +127,11 @@ # Use fuzzy matching for searches. fuzzy-match = false + # If true, require a match to allow a selection to be made. If false, + # making a selection with no matches will print input to stdout. + # In drun mode, this is always true. + require-match = true + # If true, directly launch applications on selection when in drun mode. # Otherwise, just print the command line to stdout. drun-launch = false -- cgit v1.2.3