From e4b7ea2cf20ac609bf5646388c90f2844efa0cc8 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 12 Jan 2024 13:31:47 -0500 Subject: [PATCH] Make dunst notification width variable with max --- dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index c24b916..337f5a9 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -24,7 +24,7 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = (0, 400) # The maximum height of a single notification, excluding the frame. height = 300