From b716d47cb8335f6325ef0cbf13083c33ea0659ca Mon Sep 17 00:00:00 2001 From: Drew Stemen Date: Fri, 16 Aug 2019 18:56:44 -0400 Subject: [PATCH] auto-rotate images on view --- start_picture_frame.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_picture_frame.sh b/start_picture_frame.sh index c87a2d1..f2ed487 100755 --- a/start_picture_frame.sh +++ b/start_picture_frame.sh @@ -1,2 +1,2 @@ #!/bin/bash -DISPLAY=:0.0 XAUTHORITY=/home/pi/.Xauthority /usr/bin/feh -q -K . -z -Z -F -R 60 -Y -D 15.0 /home/pi/picturesync +DISPLAY=:0.0 XAUTHORITY=/home/pi/.Xauthority /usr/bin/feh --quiet --caption-path . --randomize --auto-zoom --fullscreen --reload 60 --hide-pointer --slideshow-delay 15.0 --auto-rotate /home/pi/picturesync