diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 1db420a..d0e8717 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -57,3 +57,6 @@ script=/usr/share/mpv/scripts/autoload.lua # Don't use titles from the file metadata, since it may be incorrect. title='${filename} - mpv' script-opts='osc-title=${filename}' + +# Use the thumbnail on-screen controller instead of the default one +osc=no