From 03d45a8fbdd8d487ceafeaaca358de7e2ab03831 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 11 Mar 2022 10:04:31 -0500 Subject: [PATCH] mpv: Define maximum window size This makes it so that mpv won't take up the entire screen when executed, assuming it's dealing with a video resolution equal to or greater than the current display. --- mpv/.config/mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 67ba85d..36e3f11 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -47,3 +47,6 @@ sub-blur=10 # Start in fullscreen by default fullscreen=yes + +# Don't allow new windows to have a size larger than 90% of the screen size +autofit-larger=90%x90%