summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-10 19:52:35 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-10 19:52:35 +1000
commit4c892f53e842d224f55d7abbdcb3dd1520817bf4 (patch)
treea404e1a42a5c186f9062485e2ee421feaddbd36e /config
parentnotifs: minor fixes (diff)
downloadcaelestia-shell-4c892f53e842d224f55d7abbdcb3dd1520817bf4.tar.gz
caelestia-shell-4c892f53e842d224f55d7abbdcb3dd1520817bf4.tar.bz2
caelestia-shell-4c892f53e842d224f55d7abbdcb3dd1520817bf4.zip
notifs: slide to remove
Diffstat (limited to 'config')
-rw-r--r--config/NotifsConfig.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml
index 1b5a852..66949f3 100644
--- a/config/NotifsConfig.qml
+++ b/config/NotifsConfig.qml
@@ -5,6 +5,8 @@ import QtQuick
Singleton {
readonly property int defaultExpireTimeout: 3000
+ readonly property real clearThreshold: 0.3
+ readonly property int expandThreshold: 30
readonly property Sizes sizes: Sizes {}
component Sizes: QtObject {