From 257c7e7939c1af7fad6faed38c7fa07bd082fd63 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 3 Jun 2020 06:14:02 -0500 Subject: [PATCH] Dunst: Anchor to the top --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ab60303a..67f58d8a 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-6-42" + geometry = "500x8-6+42" corner_radius = 0 # Show how many messages are currently hidden (because of geometry).