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