summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 13:03:33 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 13:03:33 +1000
commit938b2f1f7120cdc23de1d6326a7bb867a7980df3 (patch)
treeccbbd85f15ac7ffab97a874d0da48ee5176951f6 /config
parentinternal: add utilities panel base (diff)
downloadcaelestia-shell-938b2f1f7120cdc23de1d6326a7bb867a7980df3.tar.gz
caelestia-shell-938b2f1f7120cdc23de1d6326a7bb867a7980df3.tar.bz2
caelestia-shell-938b2f1f7120cdc23de1d6326a7bb867a7980df3.zip
feat: drag launcher to open/close
Also fix dragging for session
Diffstat (limited to 'config')
-rw-r--r--config/LauncherConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index ea3c364..081d068 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -5,6 +5,7 @@ JsonObject {
property int maxWallpapers: 9 // Warning: even numbers look bad
property string actionPrefix: ">"
property bool enableDangerousActions: false // Allow actions that can cause losing data, like shutdown, reboot and logout
+ property int dragThreshold: 50
property JsonObject sizes: JsonObject {
property int itemWidth: 600