From a96c65f344877626dcf60499df9adc728fbe02e1 Mon Sep 17 00:00:00 2001 From: ChocolateMILQ Date: Sun, 29 Jun 2025 22:18:53 -0600 Subject: [PATCH] Change height and offset --- dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dunstrc b/dunstrc index ad342a4..ac97a08 100644 --- a/dunstrc +++ b/dunstrc @@ -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