From 7cfc98393ff037dc78e2838057c3c55af1955b10 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Sat, 8 Jun 2024 22:47:33 +0200 Subject: [PATCH] Make dunst notification boxes way bigger Signed-off-by: magic_rb --- home-manager/modules/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/modules/dunst/dunstrc b/home-manager/modules/dunst/dunstrc index 65c58a4..2b9ad80 100644 --- a/home-manager/modules/dunst/dunstrc +++ b/home-manager/modules/dunst/dunstrc @@ -29,10 +29,10 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = (0, 1000) # The maximum height of a single notification, excluding the frame. - height = 50 + height = 400 # Position the notification in the top right corner origin = top-right