diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh old mode 100644 new mode 100755 index 6d32820..38a11aa --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -11,11 +11,14 @@ dunst & # Network Manager Applet -nm-applet +nm-applet & # Compostitor with special stuff picom --experimental-backend & +# wallpaper +nitrogen --restore & + ############################################################################### # Startup Applications ###############################################################################