From 0097c56e09b8501cabdfac2e15d536f121446cc4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 19 Jul 2025 14:49:47 +1000 Subject: config: add config for using fzf/fuzzy search --- modules/launcher/Actions.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/launcher/Actions.qml') diff --git a/modules/launcher/Actions.qml b/modules/launcher/Actions.qml index 0e658f0..afe831b 100644 --- a/modules/launcher/Actions.qml +++ b/modules/launcher/Actions.qml @@ -142,6 +142,7 @@ Searcher { } list: actions.filter(a => !a.disabled) + useFuzzy: Config.launcher.useFuzzy.actions component Action: QtObject { required property string name -- cgit v1.2.3-freya