From 8d63cd41b6d521bf64b50c9a94482b77a3e83170 Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Sat, 20 Dec 2025 22:20:23 +0100 Subject: feat: add openExpanded notif config option (#993) If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index eb876e0..2f833e6 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,7 @@ default, you must create it manually. "clearThreshold": 0.3, "defaultExpireTimeout": 5000, "expandThreshold": 20, + "openExpanded": false, "expire": false }, "osd": { -- cgit v1.2.3-freya