Remove dunst from terminal, so it can be closed without issue

This commit is contained in:
RealStickman 2021-09-15 19:55:49 +02:00
parent 63db9b8bca
commit d60b65dea2

View File

@ -444,7 +444,7 @@ update-desktop-database ~/.local/share/applications/
~/.emacs.d/bin/doom sync
# dunst
pkill dunst && dunst &
pkill dunst && nohup dunst &
# reload systemd user scripts
systemctl --user daemon-reload