config: herbstluftwm: autostart: start dunst for notifications

This commit is contained in:
Thomas Preisner 2019-06-11 22:47:33 +02:00
parent 5efb0f2587
commit 28ebfb3af5

View file

@ -211,6 +211,10 @@ herbstclient set tree_style '╾│ ├└╼─┐'
pids+=( $! )
done
# start dunst (notification tool)
dunst &
pids+=( $! )
# start nm-applet (network-manager)
nm-applet &
pids+=( $! )