Dunst: Update dunst, add to bspwmrc

This commit is contained in:
2018-05-08 23:17:27 -05:00
parent 3eea14e99e
commit f1ff8b2979
4 changed files with 10 additions and 6 deletions

View File

@@ -96,4 +96,8 @@ if [[ $(pgrep conky) ]]; then
killall conky
fi
conky&
if [[ $(pgrep dunst) ]]; then
killall dunst
fi
dunst&