diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/dunst/dunstrc b/home/xyz/.config/dunst/dunstrc index a73a95f0..f36fae5c 100644 --- a/home/xyz/.config/dunst/dunstrc +++ b/home/xyz/.config/dunst/dunstrc @@ -27,13 +27,13 @@ width = (0,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 = 0x21 + offset = (0,21) # Scale factor. It is auto-detected if value is 0. scale = 0 |