mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
Make dunst notification boxes way bigger
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
762f781ac5
commit
7cfc98393f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue