Just a small typo in the readme I noticed
Opened this issue · 0 comments
TechieAndroid commented
autostart with i3, in i3 config:
exec_always --no-startup-id killall back4.sh
exec_always --no-startup-id $HOME/back4.sh 0.03 Downloads/beautycity.gif
Should be:
autostart with i3, in i3 config:
exec_always --no-startup-id killall back4.sh
exec_always --no-startup-id $HOME/back4.sh 0.03 Downloads/beautycity.gif &
Without the & it won't work.
That's all, tysm for the scritp. :)