diff options
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ # Sort results by number of usages in run and drun modes. history = true + # Use fuzzy matching for searches. + fuzzy-match = false + # If true, directly launch applications on selection when in drun mode. # Otherwise, just print the command line to stdout. drun-launch = false |