replace --no-fuzzy with --match-mode fzf

see commit https://codeberg.org/dnkl/fuzzel/commit/a778de2e56a894591dc55cd103a98b019dfec5ed
This commit is contained in:
verysillycat
2024-09-11 18:22:53 -06:00
parent 88a0356a94
commit 27bc9302e3
3 changed files with 4 additions and 4 deletions
@@ -83,7 +83,7 @@ const KeyboardControls = () => Box({
Button({
className: 'osk-control-button txt-norm icon-material',
onClicked: () => { // TODO: Proper clipboard widget, since fuzzel doesn't receive mouse inputs
execAsync([`bash`, `-c`, "pkill fuzzel || cliphist list | fuzzel --no-fuzzy --dmenu | cliphist decode | wl-copy"]).catch(print);
execAsync([`bash`, `-c`, "pkill fuzzel || cliphist list | fuzzel --match-mode fzf --dmenu | cliphist decode | wl-copy"]).catch(print);
},
label: 'assignment',
}),