From 17477c97ca3a21982d66acbba2928cf3a72d2d69 Mon Sep 17 00:00:00 2001 From: natemaia Date: Thu, 22 Aug 2019 16:46:24 -0700 Subject: [PATCH] Round dunst width --- base/.config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/.config/dunst/dunstrc b/base/.config/dunst/dunstrc index 6dbc85fa..c85fe894 100644 --- a/base/.config/dunst/dunstrc +++ b/base/.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 = "597x25+100+50" + geometry = "600x25+100+50" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes