From 88d7a013b18e29d3ad34664574aebf16d45b4b6a Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 25 Jan 2019 19:17:55 -0600 Subject: [PATCH] Dunst: Anchor to bottom-right --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d255751b..229e4e86 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-0+0" + geometry = "500x8-0-48" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes