dotfiles/dunst/content/dunstdaemon

6 lines
86 B
Plaintext
Raw Normal View History

#!/bin/sh
2020-09-17 16:02:24 +00:00
killall -q dunst
while pgrep -x dunst >/dev/null; do sleep 1; done
2020-11-08 16:26:14 +00:00
dunst &