diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..7fcbeaf --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,2 @@ + +ytdl-format="(bv*[height<=1080] + ba)" diff --git a/sync.sh b/sync.sh index 57cbfde..81ee608 100755 --- a/sync.sh +++ b/sync.sh @@ -22,8 +22,9 @@ rsync -avP ${VIM_EXTRA} .vim/after/syntax APP_CONFIGS=" + $HOME/.config/conky \ $HOME/.config/firejail \ - $HOME/.config/conky + $HOME/.config/mpv " rsync -avP ${APP_CONFIGS} .config/