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