From 9b3c5b20aaeb8476b149c7bedd2b7337284195f5 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 14 Dec 2024 02:29:29 +0100 Subject: [PATCH] Update dunstrc (new version changes the height setting) --- home/.config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index b779e17..b131168 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -26,8 +26,8 @@ # width = 300 width = 270 - # The maximum height of a single notification, excluding the frame. - height = 300 + # The dynamic height of a single notification, excluding the frame. + height = (0, 300) # Position the notification in the top right corner origin = top-right