diff --git a/ui/slideshow.go b/ui/slideshow.go index 76fd5e6..b781bfd 100644 --- a/ui/slideshow.go +++ b/ui/slideshow.go @@ -32,7 +32,7 @@ func setupFim(PATH_TEMP_FOR_SLIDESHOW string) { ARGS_FIM := []string{"--no-commandline", "--no-history", "--etc-fimrc", "/usr/local/etc/fimrc", "--device", "/dev/fb0", "--vt", "1", "--execute-commands-early", "\"clear\"", "--final-commands", "\"clear\"", - "--autozoom", "--random-no-seed", "--recursive", "--cd-and-readdir", + "--autozoom", "--random", "--recursive", "--cd-and-readdir", PATH_TEMP_FOR_SLIDESHOW} // fim command that'll be executed