From 938b2f1f7120cdc23de1d6326a7bb867a7980df3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:03:33 +1000 Subject: feat: drag launcher to open/close Also fix dragging for session --- config/LauncherConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3-freya