From e16b6c1db2c4b073345f2e0a1826ff73d4f923c9 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 16 Mar 2025 00:13:21 -0400 Subject: [PATCH 1/2] Fix notification monitor selection --- dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 8dacb99..bee4d59 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -4,7 +4,7 @@ ### Display ### # Which monitor should the notifications be displayed on. - monitor = HDMI-A-1 + monitor = DP-1 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer From a0e7d622126e5a50ee89c870270afa2a472f7ff9 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 16 Mar 2025 00:16:44 -0400 Subject: [PATCH 2/2] Fix EWW post-link hook `eww reload` was duplicating windows, so now we close, reload, and open again. --- bombadil.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bombadil.toml b/bombadil.toml index 173e7e7..a87a197 100644 --- a/bombadil.toml +++ b/bombadil.toml @@ -2,7 +2,7 @@ dotfiles_dir = "dev/dotfiles" [settings] posthooks = [ - "eww reload", + "eww close-all && eww reload && eww open-many left right", "dunstctl reload", "systemctl --user daemon-reload" ]