From 575455f9545372788e5520d49101567ee39ee2ec Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Oct 2024 15:50:29 -0400 Subject: [PATCH] dunst: follow keyboard focus Works on both Hyprland and dwm. --- home/dunst.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dunst.nix b/home/dunst.nix index 63ab1815..260db2a4 100644 --- a/home/dunst.nix +++ b/home/dunst.nix @@ -26,6 +26,7 @@ in settings = { global = { + follow = "keyboard"; width = 370; separator_height = 1; padding = 24;