From 90ab4ce61941f21bc572d04dbe0857b68185fe4a Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Thu, 19 Oct 2023 19:30:52 +0100
Subject: Repositioned notifications on screen

---
 .config/dunst/dunstrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.config/dunst')

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index e8d95ee..9fc542f 100755
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -52,7 +52,7 @@
     # Respectively the horizontal and vertical offset in pixels from the corner of the
     # screen specified by origin. Both values should always be positive or zero.
     # Examples: origin = top-right offset = 10x300 # a margin of 10 pixels from the right and 300 pixels from the top
-    offset = 15x15
+    offset = 15x45
 
     # Show how many messages are currently hidden (because of geometry).
     indicate_hidden = yes
-- 
cgit v1.2.3