Make dunst notification width variable with max
This commit is contained in:
parent
ea77b10949
commit
e4b7ea2cf2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue