diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:03:33 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:03:33 +1000 |
| commit | 938b2f1f7120cdc23de1d6326a7bb867a7980df3 (patch) | |
| tree | ccbbd85f15ac7ffab97a874d0da48ee5176951f6 /config | |
| parent | internal: add utilities panel base (diff) | |
| download | caelestia-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.qml | 1 |
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 |