Fix EWW post-link hook
`eww reload` was duplicating windows, so now we close, reload, and open again.
This commit is contained in:
parent
e16b6c1db2
commit
a0e7d62212
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue