diff --git a/autostart_blocking.sh b/autostart_blocking.sh index 6324e75..1d234c4 100755 --- a/autostart_blocking.sh +++ b/autostart_blocking.sh @@ -5,8 +5,8 @@ ############################## # List of processes to run on start declare -a processes_array=(\ - "picom --config ~/.config/picom/picom.conf" \ # Start compositor using configuration file - "nitrogen --restore" \ # Restore wallpaper + "picom --config /home/sravan/.config/picom/picom.conf" \ # Start compositor using configuration file + "nitrogen --restore" \ # Restore wallpaper ) # Run processes (ignore if they don't exist)