Table of Contents

Automated Slideshow

Using feh

sudo apt install feh
feh -rzsZFD 5 /home/my_folder

Using a Shell Script and gthumb

Linux command for slideshow

So here is what you do:

while true ; do for i in * ; do cp "$i" ~/slideshow.jpg ; echo $i ; sleep 5 ; done ; done

Setting up rsync