Fix Picom Not Starting
- Fix picom config path in autostart
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
##############################
|
##############################
|
||||||
# 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
|
||||||
)
|
)
|
||||||
|
|
||||||
# Run processes (ignore if they don't exist)
|
# Run processes (ignore if they don't exist)
|
||||||
|
Reference in New Issue
Block a user