From 65a29d6f239c4e176309691aec62f4fc06f30c55 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:18:36 +1000 Subject: notifs: expire by default + increase expire timeout --- config/NotifsConfig.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/NotifsConfig.qml') diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index f84def2..920233f 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -1,8 +1,8 @@ import Quickshell.Io JsonObject { - property bool expire: false - property int defaultExpireTimeout: 3000 + property bool expire: true + property int defaultExpireTimeout: 5000 property real clearThreshold: 0.3 property int expandThreshold: 20 property bool actionOnClick: false -- cgit v1.2.3-freya