diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 10:21:55 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 10:21:55 +0000 |
commit | d7e146619ece85fdb9fede9801dcee94f366cc11 (patch) | |
tree | ce3e2b5610d8084611601a938c10cb7087b5ac2b /mpv/mpv.conf | |
parent | dbea6ecfcc50e3488173bc56dc84139bd370f8ac (diff) |
Adds idle, lock, background and shortcuts
Diffstat (limited to '')
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 4380263..c8c12ce 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -9,4 +9,4 @@ audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best ytdl-format="bestvideo[height<=?1080]+bestaudio/best" -script-opts-append=ytdl_hook-ytdl_path=yt-dlp +script-opts-append=ytdl_hook-ytdl_path=/home/lemon/src/virtualenvs/yt-dlp/bin/yt-dlp |