summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 15:03:22 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-19 15:03:22 +1000
commitdf4b3b85a949c6aa1952963a7455f88578a080d5 (patch)
treedea13f6d90e8ccefef03e9a4620d3708e3bcd3ee /config/LauncherConfig.qml
parentwallpapers: show subdirs in name (diff)
downloadcaelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.gz
caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.tar.bz2
caelestia-shell-df4b3b85a949c6aa1952963a7455f88578a080d5.zip
internal: fix types for lsp
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 2cd42a1..635aa56 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -6,8 +6,10 @@ JsonObject {
property string actionPrefix: ">"
property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout
property int dragThreshold: 50
+ property UseFuzzy useFuzzy: UseFuzzy {}
+ property Sizes sizes: Sizes {}
- property JsonObject useFuzzy: JsonObject {
+ component UseFuzzy: JsonObject {
property bool apps: false
property bool actions: false
property bool schemes: false
@@ -15,7 +17,7 @@ JsonObject {
property bool wallpapers: false
}
- property JsonObject sizes: JsonObject {
+ component Sizes: JsonObject {
property int itemWidth: 600
property int itemHeight: 57
property int wallpaperWidth: 280