From 3f5f385dc8379dc5bb30e10bc09351ca9a483783 Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 10 Jan 2025 02:09:14 +0100 Subject: [PATCH] fix(tofi): commit out config lines that fail now due to breaking changes --- .config/tofi/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/tofi/config b/.config/tofi/config index 2f4ed94..b354b41 100644 --- a/.config/tofi/config +++ b/.config/tofi/config @@ -259,7 +259,7 @@ # algorithm. # # 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, # 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 # 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 # 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 # in the input being printed. - print-index = false + #print-index = false # If true, directly launch applications on selection when in drun mode. # Otherwise, just print the command line to stdout.