diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-09-09 19:34:25 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-09-09 19:34:25 +0100 |
commit | 42db9f346b8451bc006abeeaf4da6375d358d873 (patch) | |
tree | e340e421f5c6e1d5c3083ccd3a4ef327d993b0a3 /.config/fuzzel | |
parent | feccc43739c97c63fba9e5282153af46c00f308b (diff) |
Removed fuzzy=yes line and replaced with match-mode=fzf
Diffstat (limited to '.config/fuzzel')
-rwxr-xr-x | .config/fuzzel/fuzzel.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 0842afd..2515701 100755 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -6,7 +6,9 @@ icon-theme=hicolor icons-enabled=yes # fields=filename,name,generic # password-character=* -fuzzy=yes +match-mode=fzf +# sort-result=yes +# match-counter=no # show-actions=no # terminal=$TERMINAL -e # Note: you cannot actually use environment variables here # launch-prefix=<not set> |