Make dunst notification width variable with max

This commit is contained in:
Michael Bradley 2024-01-12 13:31:47 -05:00
parent ea77b10949
commit e4b7ea2cf2

View file

@ -24,7 +24,7 @@
# dynamic width from 0 to 300 # dynamic width from 0 to 300
# width = (0, 300) # width = (0, 300)
# constant width of 300 # constant width of 300
width = 300 width = (0, 400)
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = 300