From 21aaab7859e428ff5785da7a3664ddd4b5521749 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Mon, 5 Apr 2021 08:35:18 -0400 Subject: [PATCH] Move dunst near bar --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 9aac2f7..932a685 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -58,7 +58,7 @@ # right side of the screen. Y is measured from the top and down respectevly. # 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+30" + geometry = "300x5-30-30" # The transparency of the window. range: [0; 100] # This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)