From 761f03944cb0aa16bd4ab28c079cc515577a04c1 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Sat, 3 Nov 2018 03:04:18 -0500
Subject: [PATCH] Dunst: Eliminate frame, move

---
 .config/dunst/dunstrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 7fad8f55..84a31e82 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -29,7 +29,7 @@
     # the top and down respectively.
     # The width can be negative.  In this case the actual width is the
     # screen width minus the width defined in within the geometry option.
-    geometry = "500x8-0-42"
+    geometry = "500x8-0-36"
 
     # Show how many messages are currently hidden (because of geometry).
     indicate_hidden = yes
@@ -61,7 +61,7 @@
 
     # Defines width in pixels of frame around the notification window.
     # Set to 0 to disable.
-    frame_width = 2
+    frame_width = 0
 
     # Defines color of the frame around the notification window.
     #frame_color = "#aaaaaa"