diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index b001e6e..0fdf90b 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -27,13 +27,13 @@
     width = (300, 500)
 
     # 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
@@ -128,7 +128,7 @@
 
     ### Text ###
 
-    font = Monospace 8
+    font = Noto Sans 8
 
     # The spacing between lines.  If the height is smaller than the
     # font height, it will get raised to the font height.