Add nm-applet to startdwm

This commit is contained in:
Alexis Jhon Gaspar 2023-09-19 22:08:34 +08:00
parent 740dd33505
commit 57f140e400

View file

@ -1,6 +1,6 @@
#!/bin/sh
systemctl --user restart clipmenud.service # restarts clipmenud, if installed
wal -i "/usr/local/share/wallpapers/opensuse.png" --backend colorz # could be changed
wal -R # could be changed
picom -b # launches compositor
/usr/local/bin/dwmblocks & # launches slstatus/dwmblocks
/usr/bin/dunst & # launches dunst daemon
@ -10,4 +10,5 @@ while true; do
done &
paplay /usr/share/sounds/Oxygen-Sys-Special.ogg # autoplay sound, optional
pkill -f "sleep infinity" &
nm-applet &
exec /usr/local/bin/dwm # launch dwm