From 4896538afa4b283c96d66d6287677e679b9afc77 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 6 Jun 2025 12:57:22 +0300 Subject: [PATCH] mpv.conf: default fullscreen --- conf/mpv.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/mpv.conf b/conf/mpv.conf index e30baf82..847fd56e 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -60,6 +60,6 @@ secondary-sub-ass-override=yes volume=80 # Fullscreen by default -#fs=yes +fs=yes # Windows maximized by default -window-maximized=yes +#window-maximized=yes