Skip to content

Commit 6229c80

Browse files
authored
Add info to dunstrc
Add notes specifying the changes after 1.11
1 parent 423c3a1 commit 6229c80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dunstrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@
3232
height = (0, 300)
3333
# constant height of 300
3434
# 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
3537

3638
# Position the notification in the top right corner
3739
origin = top-right
3840

3941
# Offset from the origin
42+
# NOTE: Dunst from version 1.11 and older use this alternative notation
43+
# offset = 10x50
4044
offset = (10, 50)
4145

4246
# Scale factor. It is auto-detected if value is 0.

0 commit comments

Comments
 (0)