From 1d9b7db36cb8108318edd783655c983b31f55d16 Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Thu, 26 Feb 2026 12:46:17 -0800 Subject: [PATCH] graphical/mpv: add to config to smooth usage as image viewer --- graphical/mpv.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphical/mpv.nix b/graphical/mpv.nix index cefdd83..2c3e544 100644 --- a/graphical/mpv.nix +++ b/graphical/mpv.nix @@ -27,6 +27,9 @@ in # 6 is maximum size efficency screenshot-webp-compression=6 screenshot-webp-lossless=yes + + # this allows using mpv as an image viewer + image-display-duration=inf ''; };