Make dunst notification boxes way bigger

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-06-08 22:47:33 +02:00
parent 762f781ac5
commit 7cfc98393f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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