From f3f64dc41181b82440622be1559aa36fc2419748 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 8 Aug 2018 17:36:47 -0500 Subject: [PATCH] Dunst: Reposition, remove border Can't think of a single time that the border was the telling part of getting a notification --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 180f1ab8..f337e443 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 = "400x8-0+34" + geometry = "600x8-0-34" # 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 = 4 + frame_width = 0 # Defines color of the frame around the notification window. #frame_color = "#aaaaaa"