From 247a23cd6e9ad78058b251c958b81e999bb5263e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 16 Oct 2022 02:30:30 -0400 Subject: refactor: increased notification width --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 238432a..ea27d12 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = 400 # The maximum height of a single notification, excluding the frame. height = 400 -- cgit v1.2.3