summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-10 21:22:40 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-10 21:22:40 +1000
commitae67668fc277531b6eb23e67b0547ac1250023f3 (patch)
tree544c081e54a767d02bd062581841a696e812e9de /config
parentnotifs: close on middle button (diff)
downloadcaelestia-shell-ae67668fc277531b6eb23e67b0547ac1250023f3.tar.gz
caelestia-shell-ae67668fc277531b6eb23e67b0547ac1250023f3.tar.bz2
caelestia-shell-ae67668fc277531b6eb23e67b0547ac1250023f3.zip
notifs: option to have expire timeout
Also remove scrollbar and reduce expand drag threshold
Diffstat (limited to 'config')
-rw-r--r--config/NotifsConfig.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml
index 66949f3..a899cf3 100644
--- a/config/NotifsConfig.qml
+++ b/config/NotifsConfig.qml
@@ -4,9 +4,10 @@ import Quickshell
import QtQuick
Singleton {
+ readonly property bool expire: false
readonly property int defaultExpireTimeout: 3000
readonly property real clearThreshold: 0.3
- readonly property int expandThreshold: 30
+ readonly property int expandThreshold: 20
readonly property Sizes sizes: Sizes {}
component Sizes: QtObject {