From 1e25426a597a418779df3913953a6640e67cfabf Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 16:12:00 +0200 Subject: [PATCH] Fit size to content --- arch-config/.config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.config/dunst/dunstrc b/arch-config/.config/dunst/dunstrc index d6c13213..71ddefa2 100644 --- a/arch-config/.config/dunst/dunstrc +++ b/arch-config/.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 = "300x5-30+20" + geometry = "0x0-30+20" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes