From 3cd56028d4f8916a167fd279ee69d7e20be8ec2c Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Tue, 2 Aug 2022 10:24:11 -0400 Subject: [PATCH] track mpv config --- .config/mpv/mpv.conf | 2 ++ sync.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .config/mpv/mpv.conf 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/