From 42589e03b813edf7be8460e1c876d11a031d338c Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 10 Dec 2024 09:39:20 +0100 Subject: [PATCH] remove fixed height setting --- dunst/.config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index d4c95a5..0994f68 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -27,7 +27,7 @@ width = 250 400 # The maximum height of a single notification, excluding the frame. - height = 200 + #height = 200 # Position the notification in the top right corner origin = top-right @@ -433,4 +433,4 @@ # appname = "some_volume_notifiers" # set_stack_tag = "volume" # -# vim: ft=cfg \ No newline at end of file +# vim: ft=cfg