mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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.
|
||||
title='${filename} - mpv'
|
||||
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