From 92a49b8a87a4563cd41e13bde118dd3ad92fa722 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 29 Dec 2024 15:42:41 -0500 Subject: [PATCH] Update dunst configuration to use updated syntax --- README.org | 4 ++-- dunst/.config/dunst/dunstrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 2e41525..09bf89b 100644 --- a/README.org +++ b/README.org @@ -376,8 +376,8 @@ See ~man dunst.5~ for available options. monitor = 0 follow = keyboard width = 400 - height = 120 - offset = 10x10 + height = (0, 120) + offset = (10, 10) origin = top-right notification_limit = 50 indicate_hidden = true diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 5aea0ea..2470399 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -2,8 +2,8 @@ monitor = 0 follow = keyboard width = 400 - height = 120 - offset = 10x10 + height = (0, 120) + offset = (10, 10) origin = top-right notification_limit = 50 indicate_hidden = true