diff --git a/desktop/startdwm b/desktop/startdwm index 87c6d73..d3e9bce 100755 --- a/desktop/startdwm +++ b/desktop/startdwm @@ -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