summaryrefslogtreecommitdiff
path: root/config/NotifsConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/NotifsConfig.qml')
-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 {