From 951eebe79b2a20de9470da16dc4541f6b289cf37 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 9 Dec 2024 18:17:40 +0100 Subject: [PATCH] dunst: update to new syntax --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 08f80d6..9283f6c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,13 +27,13 @@ width = 300 # The maximum height of a single notification, excluding the frame. - height = 300 + height = (0, 300) # Position the notification in the top right corner origin = top-right # Offset from the origin - offset = 0x26 + offset = (0, 26) # Scale factor. It is auto-detected if value is 0. scale = 0