forked from extern/nix-config
mpv: Disable the default osc
Now the thumbnail osc will be used instead.
This commit is contained in:
parent
4f74b1fb48
commit
233cb01510
@ -57,3 +57,6 @@ script=/usr/share/mpv/scripts/autoload.lua
|
|||||||
# Don't use titles from the file metadata, since it may be incorrect.
|
# Don't use titles from the file metadata, since it may be incorrect.
|
||||||
title='${filename} - mpv'
|
title='${filename} - mpv'
|
||||||
script-opts='osc-title=${filename}'
|
script-opts='osc-title=${filename}'
|
||||||
|
|
||||||
|
# Use the thumbnail on-screen controller instead of the default one
|
||||||
|
osc=no
|
||||||
|
Loading…
Reference in New Issue
Block a user