summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 6ab44d1..72f14cf 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -8,13 +8,9 @@ JsonObject {
property int dragThreshold: 50
property bool vimKeybinds: false
property list<string> hiddenApps: []
- property UseFuzzy useFuzzy: UseFuzzy {}
+ property bool useFuzzy: false
property Sizes sizes: Sizes {}
- component UseFuzzy: JsonObject {
- property bool apps: false
- }
-
component Sizes: JsonObject {
property int itemWidth: 600
property int itemHeight: 57