summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-26 23:18:36 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-26 23:18:36 +1000
commit65a29d6f239c4e176309691aec62f4fc06f30c55 (patch)
treef1c2b02fbd1cd823c9c68c369ee2f005023e4b8b /config
parentlock: add isLocked ipc handler (diff)
downloadcaelestia-shell-65a29d6f239c4e176309691aec62f4fc06f30c55.tar.gz
caelestia-shell-65a29d6f239c4e176309691aec62f4fc06f30c55.tar.bz2
caelestia-shell-65a29d6f239c4e176309691aec62f4fc06f30c55.zip
notifs: expire by default + increase expire timeout
Diffstat (limited to 'config')
-rw-r--r--config/NotifsConfig.qml4
1 files changed, 2 insertions, 2 deletions
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