Fix Picom Not Starting

- Fix picom config path in autostart
This commit is contained in:
Sravan Balaji
2020-08-19 12:12:43 -04:00
parent 99a906d9e3
commit 795f7d0011

View File

@@ -5,7 +5,7 @@
############################## ##############################
# List of processes to run on start # List of processes to run on start
declare -a processes_array=(\ declare -a processes_array=(\
"picom --config ~/.config/picom/picom.conf" \ # Start compositor using configuration file "picom --config /home/sravan/.config/picom/picom.conf" \ # Start compositor using configuration file
"nitrogen --restore" \ # Restore wallpaper "nitrogen --restore" \ # Restore wallpaper
) )