From 95c67eafb0f57780b79201ead9664f447d8290f9 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 8 Nov 2022 20:42:14 +1030 Subject: [PATCH] upadted dwm/autostart --- .dwm/autostart.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 .dwm/autostart.sh 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 ###############################################################################