dunst: update to new syntax

This commit is contained in:
2024-12-09 18:17:40 +01:00
parent 5bf85682ed
commit 951eebe79b

View File

@@ -27,13 +27,13 @@
width = 300 width = 300
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = (0, 300)
# Position the notification in the top right corner # Position the notification in the top right corner
origin = top-right origin = top-right
# Offset from the origin # Offset from the origin
offset = 0x26 offset = (0, 26)
# Scale factor. It is auto-detected if value is 0. # Scale factor. It is auto-detected if value is 0.
scale = 0 scale = 0