Fix breaking height and preferred offset syntax in dunstrc since v1.12.0 (#1453)

This commit is contained in:
pa-d-v 2025-02-28 14:25:56 +00:00 committed by GitHub
parent 21c0122597
commit 85801d095f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
monitor = 0 monitor = 0
follow = keyboard follow = keyboard
width = 370 width = 370
height = 350 height = (0,350)
offset = 0x19 offset = (0,19)
padding = 2 padding = 2
horizontal_padding = 2 horizontal_padding = 2
transparency = 25 transparency = 25