diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-22 09:02:54 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 09:02:54 -0500 |
| commit | 25039abf05be0f1381fa74eb0a05032b1d636126 (patch) | |
| tree | 70b4b545756a2535e9bb2230376ff93945aab0df /config/LauncherConfig.qml | |
| parent | remove lockscreen (diff) | |
| download | caelestia-shell-25039abf05be0f1381fa74eb0a05032b1d636126.tar.gz caelestia-shell-25039abf05be0f1381fa74eb0a05032b1d636126.tar.bz2 caelestia-shell-25039abf05be0f1381fa74eb0a05032b1d636126.zip | |
fix rebase
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 6 |
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 |