config: herbstluftwm: autostart: start dunst for notifications
This commit is contained in:
parent
5efb0f2587
commit
28ebfb3af5
1 changed files with 4 additions and 0 deletions
|
|
@ -211,6 +211,10 @@ herbstclient set tree_style '╾│ ├└╼─┐'
|
||||||
pids+=( $! )
|
pids+=( $! )
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# start dunst (notification tool)
|
||||||
|
dunst &
|
||||||
|
pids+=( $! )
|
||||||
|
|
||||||
# start nm-applet (network-manager)
|
# start nm-applet (network-manager)
|
||||||
nm-applet &
|
nm-applet &
|
||||||
pids+=( $! )
|
pids+=( $! )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue