From 16ee76bad4a5fa96ba235c4e90b6340416879abd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 6 Mar 2023 10:20:10 -0800 Subject: Add ‘origin’ configuration property for dunst --- oni/home/services/dunst.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'oni/home/services/dunst.scm') diff --git a/oni/home/services/dunst.scm b/oni/home/services/dunst.scm index 3e14e93..ac6f81e 100644 --- a/oni/home/services/dunst.scm +++ b/oni/home/services/dunst.scm @@ -136,6 +136,9 @@ notification width.") (notification-limit maybe-integer "The number of notifications that can appear at one time.") + (origin + (symbol 'top-right) + "The origin of the notification window on the screen.") (offset maybe-list-of-numbers "Respectively the horizontal and vertical offset in pixels from the corner of @@ -257,6 +260,7 @@ horizontal axis.") (markup 'full) (format "%s\\n\\n%b") (width '(0 600)) + (origin 'top-center) (idle-threshold 120) (padding 15) (horizontal-padding 15) -- cgit v1.2.3-54-g00ecf