From 99c521a9d15fec46c48e8f2d02715a1298addb8e Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 12 Dec 2025 21:39:42 +0100 Subject: [PATCH] caelestia: Expire notifications --- tree/.config/caelestia/shell.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree/.config/caelestia/shell.json b/tree/.config/caelestia/shell.json index 0454772..e96468f 100644 --- a/tree/.config/caelestia/shell.json +++ b/tree/.config/caelestia/shell.json @@ -162,9 +162,9 @@ "notifs": { "actionOnClick": false, "clearThreshold": 0.3, - "defaultExpireTimeout": 5000, + "defaultExpireTimeout": 6000, "expandThreshold": 20, - "expire": false + "expire": true }, "osd": { "enabled": true,