Increase timeout for pictures in mpv playlists

This commit is contained in:
Andreas Zweili 2024-05-11 09:51:48 +02:00
parent 1650c196ad
commit b90464d310
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ in
};
config = {
"keepaspect-window" = "no";
"image-display-duration" = 3;
};
scripts = [ delete-file ];
};