diff options
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index f20d2a3..dbd35ec 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -39,7 +39,7 @@ #autofit-larger=90%x90% # Do not close the window on exit. -#keep-open=yes +keep-open=yes # 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 @@ -47,7 +47,9 @@ #force-window=immediate # Disable the On Screen Controller (OSC). -#osc=no +osc=no +border=no +keepaspect-window=no # Keep the player window on top of all other windows. #ontop=yes |