From 67a7d47a1d04111bd79711274bd333e5ad312e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 25 Sep 2021 19:06:03 +0200 Subject: [PATCH] dunst: Move window to bottom --- dunst/dunstrc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst/dunstrc.j2 b/dunst/dunstrc.j2 index 383450d..9805cea 100644 --- a/dunst/dunstrc.j2 +++ b/dunst/dunstrc.j2 @@ -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 = "300x10-20+20" + geometry = "300x10-20-40" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes