From ccaefe966031c6a44e15a3c9cf6c0d4953e0cbb4 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sat, 21 Dec 2024 22:50:50 +0100 Subject: [PATCH] Fix for incorrect notification window size --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index b92482b..fa2f64c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ width = 300 # The maximum height of a single notification, excluding the frame. - height = 300 + height = 100 # Position the notification in the top right corner origin = top-right