From 324dda05485a77be1f2e3116860baaba58f1620f Mon Sep 17 00:00:00 2001 From: nevaforget Date: Wed, 15 Apr 2026 14:08:53 +0200 Subject: [PATCH] fix: remove fixed notification popup height to prevent scrollbar notification-window-height was set to 150px, causing long notifications to be clipped with a scrollbar. Set to -1 (compositor-managed) so popups adapt to content height. --- defaults/xdg/swaync/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/xdg/swaync/config.json b/defaults/xdg/swaync/config.json index 0aa45cb..5e84392 100644 --- a/defaults/xdg/swaync/config.json +++ b/defaults/xdg/swaync/config.json @@ -8,7 +8,7 @@ "cssPriority": "user", "notification-window-width": 300, - "notification-window-height": 150, + "notification-window-height": -1, "notification-body-image-height": 100, "notification-body-image-width": 200,