summaryrefslogtreecommitdiff
path: root/config/DashboardConfig.qml
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-07-26 14:40:48 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-07-26 14:40:48 +1000
commit790e1a30ccf83a40fbf3aedbab92b5ba8052f456 (patch)
tree0d34aaf792e53b3d1eb631f86e98b4421c1328c5 /config/DashboardConfig.qml
parentconfig: allow enable/disable panels (diff)
downloadcaelestia-shell-790e1a30ccf83a40fbf3aedbab92b5ba8052f456.tar.gz
caelestia-shell-790e1a30ccf83a40fbf3aedbab92b5ba8052f456.tar.bz2
caelestia-shell-790e1a30ccf83a40fbf3aedbab92b5ba8052f456.zip
dashboard: show on hover (for touch devices)
Diffstat (limited to 'config/DashboardConfig.qml')
-rw-r--r--config/DashboardConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml
index 28e3b66..b6388e5 100644
--- a/config/DashboardConfig.qml
+++ b/config/DashboardConfig.qml
@@ -4,6 +4,7 @@ JsonObject {
property bool enabled: true
property int mediaUpdateInterval: 500
property int visualiserBars: 45
+ property int dragThreshold: 50
property Sizes sizes: Sizes {}
component Sizes: JsonObject {