From 01a68c651c47690362e0d585c996fc591665940b Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Thu, 26 May 2022 00:53:14 -0700 Subject: [PATCH] Make mpv not close if used to open an image Like my Sway update last commit. This makes mpv not close if it was explicitly used to open an image. --- .config/mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 79bc3c9..f72a60c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -17,3 +17,6 @@ af="dynaudnorm=g=5:f=250:r=0.9:p=0.5" # Put screenshots in my bespoke screenshot dir screenshot-directory=~/screenshot + +# Make images opened in mpv not force-close it +image-display-duration=inf