From ad0dc8421236b6a706efd6512d63a834c7463394 Mon Sep 17 00:00:00 2001 From: navewindre Date: Thu, 19 Jun 2025 12:12:50 +0200 Subject: a --- config/mpv/mpv.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/mpv') diff --git a/config/mpv/mpv.conf b/config/mpv/mpv.conf index ce785c7..83d2fed 100644 --- a/config/mpv/mpv.conf +++ b/config/mpv/mpv.conf @@ -33,10 +33,10 @@ #fs=yes # force starting with centered window -#geometry=50%:50% +geometry=50%:50% # don't allow a new window to have a size larger than 90% of the screen size -#autofit-larger=90%x90% +autofit-larger=90%x90% # Do not close the window on exit. #keep-open=yes @@ -44,7 +44,7 @@ # Do not wait with showing the video window until it has loaded. (This will # resize the window once video is loaded. Also always shows a window with # audio.) -#force-window=immediate +force-window=immediate # Disable the On Screen Controller (OSC). #osc=no -- cgit v1.2.3