From 51c33008c5fd78213985480054605d6a3f7159d5 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 23:05:15 +0200 Subject: [PATCH] Unlimited size --- 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 19c06f22..31e85f28 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 = "300x0-30+20" + geometry = "0x0-30+20" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes