From 919b972b41bd2e99f5c2c086eba7b59cfb889b8b Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 16 Oct 2022 04:25:47 -0400 Subject: refactor: decreased max height and width of notification --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index a4dc57a..17eba99 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,10 +27,10 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = (0, 700) + width = (0, 600) # The maximum height of a single notification, excluding the frame. - height = 500 + height = 400 # Position the notification in the top right corner origin = top-right -- cgit v1.2.3