From 291bc52a9715b8269a87319eddaba0425e276096 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 29 Jul 2025 07:11:44 +0300 Subject: [PATCH] dunst: place notification at the top right and tweak their offset --- dunst/.config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index d00c2a45..4f495537 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -35,12 +35,12 @@ # and the given value is treated as the maximum height # Position the notification in the top right corner - origin = bottom-right + origin = top-right # Offset from the origin # NOTE: Dunst from version 1.11 and older use this alternative notation # offset = 10x50 - offset = (10, 50) + offset = (10, 25) # Scale factor. It is auto-detected if value is 0. scale = 0