fix(tofi): commit out config lines that fail now due to breaking changes
This commit is contained in:
@@ -259,7 +259,7 @@
|
|||||||
# algorithm.
|
# algorithm.
|
||||||
#
|
#
|
||||||
# Supported values: normal, prefix, fuzzy
|
# Supported values: normal, prefix, fuzzy
|
||||||
matching-algorithm = normal
|
#matching-algorithm = normal
|
||||||
|
|
||||||
# If true, require a match to allow a selection to be made. If 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.
|
# making a selection with no matches will print input to stdout.
|
||||||
@@ -282,13 +282,13 @@
|
|||||||
|
|
||||||
# If true, use physical keys for shortcuts, regardless of the current
|
# If true, use physical keys for shortcuts, regardless of the current
|
||||||
# keyboard layout. If false, use the current layout's keys.
|
# keyboard layout. If false, use the current layout's keys.
|
||||||
physical-keybindings = true
|
#physical-keybindings = true
|
||||||
|
|
||||||
# Instead of printing the selected entry, print the 1-based index of
|
# Instead of printing the selected entry, print the 1-based index of
|
||||||
# the selection. This option has no effect in run or drun mode. If
|
# the selection. This option has no effect in run or drun mode. If
|
||||||
# require-match is set to false, non-matching input will still result
|
# require-match is set to false, non-matching input will still result
|
||||||
# in the input being printed.
|
# in the input being printed.
|
||||||
print-index = false
|
#print-index = false
|
||||||
|
|
||||||
# If true, directly launch applications on selection when in drun mode.
|
# If true, directly launch applications on selection when in drun mode.
|
||||||
# Otherwise, just print the command line to stdout.
|
# Otherwise, just print the command line to stdout.
|
||||||
|
|||||||
Reference in New Issue
Block a user