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 --- config/LauncherConfig.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 081d068..2cd42a1 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -7,6 +7,14 @@ JsonObject { property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout property int dragThreshold: 50 + property JsonObject useFuzzy: JsonObject { + property bool apps: false + property bool actions: false + property bool schemes: false + property bool variants: false + property bool wallpapers: false + } + property JsonObject sizes: JsonObject { property int itemWidth: 600 property int itemHeight: 57 -- cgit v1.2.3-freya