diff options
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |