chiark / gitweb /
bin/remote-slideshow: Don't linger on a single image for so long.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 13:49:32 +0000 (14:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:18:21 +0000 (15:18 +0100)
bin/remote-slideshow

index 7b2df155f53b6358d844e3aa70ee689d393ca8f2..36d11f75fba790f32033f9210ea092d71db148e1 100755 (executable)
@@ -11,7 +11,7 @@ esac
 dirs=$1 host=${2%:*} dpy=${2##*:}; shift 2
 case $#,$1 in
   0, | 1,:slideshow)
-    set -- /usr/lib/xscreensaver/glslideshow -duration 60 -pan 10 \
+    set -- /usr/lib/xscreensaver/glslideshow -duration 10 -pan 10 \
        -xrm "'*desktopGrabber: ./getimg %s'"
      ;;
   1,:photopile)