We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423c3a1 commit 6229c80Copy full SHA for 6229c80
dunstrc
@@ -32,11 +32,15 @@
32
height = (0, 300)
33
# constant height of 300
34
# height = 300
35
+ # NOTE: Dunst from version 1.11 and older don't support dynamic height
36
+ # and the given value is treated as the maximum height
37
38
# Position the notification in the top right corner
39
origin = top-right
40
41
# Offset from the origin
42
+ # NOTE: Dunst from version 1.11 and older use this alternative notation
43
+ # offset = 10x50
44
offset = (10, 50)
45
46
# Scale factor. It is auto-detected if value is 0.
0 commit comments