Code Sample |
vi .xinitrc comment out this line # dillo -f /usr/share/doc/dsl/getting_started.html &>/dev/null & >> add this 8 ~/slides.sh & 9 fluxbox 8 opens my slides.sh script containing the feh load string 1 #! /bin/bash 2 feh -D 10 -F slideshow/*.jpg # which launches my slideshow folder images - all .jpg files... # - it excludes JPEG or JPG (linux is case sensitive) |