mpv: Disable the default osc

Now the thumbnail osc will be used instead.
This commit is contained in:
Donovan Glover 2022-07-30 08:37:01 -04:00
parent 4f74b1fb48
commit 233cb01510
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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