Fix EWW post-link hook

`eww reload` was duplicating windows, so now we close, reload, and open
again.
This commit is contained in:
Michael Bradley 2025-03-16 00:16:44 -04:00
parent e16b6c1db2
commit a0e7d62212
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -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"
]