diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-10-27 20:43:06 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-10-27 20:43:06 +0000 |
commit | 6dfbf1b7abb461ee880ded04dcf078b4bb29d87d (patch) | |
tree | 65683468af61e62376e60a163277c60b24af64c8 /mpv/mpv.conf | |
parent | 3eee0b840aa22f3e46eba9dc765cbb062d85f818 (diff) |
mpv config fix
Diffstat (limited to 'mpv/mpv.conf')
-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 74c8569..59c9ee3 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,6 +1,6 @@ # should be symlinked from ~/.config/mpv/mpv.conf # use Jack #ao=jack -ao=pulse +#ao=pulse save-position-on-quit=yes ytdl-format=bestvideo[height <= 1080]+bestaudio/best |