From b350920ca4cbb90d9b8d7d70d27b0f658b97163c Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 25 Sep 2021 16:21:56 +0200 Subject: [PATCH] feat: shift notifications to the left --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d74e571..004d100 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -70,7 +70,7 @@ hide_duplicates_count = yes # 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 = "250x50-40+40" -geometry = "450x50-15+75" +geometry = "450x50-25+47" # Shrink window if it's smaller than the width. Will be ignored if # width is 0.