From 887a2d7d205c164fc4be157893b6f97ea40bff9f Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 Aug 2017 22:06:44 -0500 Subject: [PATCH] Dunst: Modify offset to account for nonexistant bottom bar --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index eac33597..9f1a765b 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 = "400x5-8-32" + geometry = "400x5-8-8" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes