From ae861faf1f53e4d468b15caa0bfda7ab345a5a01 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 16 Oct 2022 03:09:38 -0400 Subject: refactor: increased notification width, more appplicable to desktop PCs --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/dunst') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index a4a21af..f2d178d 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 = 400 + width = 450 # The maximum height of a single notification, excluding the frame. height = 400 -- cgit v1.2.3