From 0ae5540add837727fa1bda750afe2437eab704ee Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 19 Aug 2018 16:29:42 -0500 Subject: [PATCH] Dunst: Add 2px frame --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c4032c45..3c5041f5 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -61,7 +61,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 0 + frame_width = 2 # Defines color of the frame around the notification window. #frame_color = "#aaaaaa"