diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-19 12:12:50 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-19 12:12:50 +0200 |
| commit | ad0dc8421236b6a706efd6512d63a834c7463394 (patch) | |
| tree | 13102630042e10c3399255fc81564d17a107ea80 /config/mpv | |
| parent | e6d4cd1315c7cfdef37c8c676b768c4f6ba7ea45 (diff) | |
a
Diffstat (limited to 'config/mpv')
| -rw-r--r-- | config/mpv/mpv.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
