diff options
author | garhve <git@garhve.com> | 2024-09-16 16:38:03 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2024-09-16 16:38:03 +0800 |
commit | 38543c13f8e1ecd526783cf2c9e94210de748390 (patch) | |
tree | c0aa8978e5424a5742db83e54e74e4744a0701cb /.config/mpv/mpv.conf | |
parent | 49b9fd4fa4bce1c97e2e7fe2db307bbfd9d3c8f3 (diff) |
change mpv osc theme to Tethys
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 |