From 5dca0cf7611491208894e895d60d1e8efcf2cc11 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 Oct 2021 14:49:32 +0100 Subject: [PATCH] bin/remote-slideshow: Don't linger on a single image for so long. --- bin/remote-slideshow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/remote-slideshow b/bin/remote-slideshow index 7b2df15..36d11f7 100755 --- a/bin/remote-slideshow +++ b/bin/remote-slideshow @@ -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) -- 2.11.0