From 54d9750b650e6671050cd8471585f07b1158158d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 5 Sep 2024 17:04:54 -0400 Subject: [PATCH] dunst: Show new notifications on top Seems a bit more natural than having them show up on the bottom. --- home/dunst.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dunst.nix b/home/dunst.nix index 18e08d00..63ab1815 100644 --- a/home/dunst.nix +++ b/home/dunst.nix @@ -31,6 +31,7 @@ in padding = 24; horizontal_padding = 24; frame_width = 1; + sort = "update"; idle_threshold = 120; alignment = "center"; word_wrap = "yes";