Compare commits

...

2 commits

Author SHA1 Message Date
a0e7d62212
Fix EWW post-link hook
`eww reload` was duplicating windows, so now we close, reload, and open
again.
2025-03-16 00:16:44 -04:00
e16b6c1db2
Fix notification monitor selection 2025-03-16 00:13:21 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ dotfiles_dir = "dev/dotfiles"
[settings] [settings]
posthooks = [ posthooks = [
"eww reload", "eww close-all && eww reload && eww open-many left right",
"dunstctl reload", "dunstctl reload",
"systemctl --user daemon-reload" "systemctl --user daemon-reload"
] ]

View file

@ -4,7 +4,7 @@
### Display ### ### Display ###
# Which monitor should the notifications be displayed on. # Which monitor should the notifications be displayed on.
monitor = HDMI-A-1 monitor = DP-1
# Display notification on focused monitor. Possible modes are: # Display notification on focused monitor. Possible modes are:
# mouse: follow mouse pointer # mouse: follow mouse pointer