From dd9888446b816590fd7616c8b23e28d5ab751695 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 7 Nov 2018 23:16:54 -0600 Subject: [PATCH] Dunst: Stay in the upper-right corner You get in the way less up there --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 84a31e82..d255751b 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-36" + geometry = "500x8-0+0" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes