Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
width = 300

# The maximum height of a single notification, excluding the frame.
height = 300
height = (0, 300)

# Position the notification in the top right corner
origin = top-right

# Offset from the origin
offset = 10x50
offset = (10, 50)

# Scale factor. It is auto-detected if value is 0.
scale = 0
Expand Down