thomas10-10/foo-Wallpaper-Feh-Gif

Just a small typo in the readme I noticed

Opened this issue · 0 comments

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. :)