diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 18:08:54 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 18:08:54 +0300 |
commit | ac19c606c36abbe2f9376aa6da28282c339dcefc (patch) | |
tree | 0c14217f57b1e17d98df9114be1ada72a5c52522 | |
parent | e5d98ae3c75ca9f6f4288cda9ace40238ebf600b (diff) | |
download | dotfiles-ac19c606c36abbe2f9376aa6da28282c339dcefc.tar.gz |
feat(mpv): add initial config
-rw-r--r-- | mpv/.config/mpv/mpv.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..c7757a3 --- /dev/null +++ b/mpv/.config/mpv/mpv.conf @@ -0,0 +1,6 @@ +save-position-on-quit +sub-auto=fuzzy +sub-file-paths=subs +sub-font-size=44 +ytdl-format=bestvideo[height<=?480][fps<=?30][vcodec!=?vp9]+bestaudio/best +osc=no |