add mpv.conf

Closes #19
This commit is contained in:
Aminda Suomalainen 2019-08-26 23:04:05 +03:00
parent f0a768ad19
commit 232e648e33
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 26 additions and 0 deletions

24
conf/mpv.conf Normal file
View File

@ -0,0 +1,24 @@
# ~/.config/mpv/mpv.conf
# My mpv usage has mostly been anime
alang=jpn,jp,ja
# Fullscreen by default
fs=yes
# Vsync? The user who originally added it judged it to not be working
# though.
#opengl-swapinterval=0
# HQ options according to Arch Wiki, may cause problems for "a few users"
profile=gpu-hq
# AW says that the manual says to use these for the best quality if the
# hardware can handle it.
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
# "more complicated", desyncing video causes resampling audio
video-sync=display-resample
# make motion smoother (both two)
interpolation
tscale=oversample

View File

@ -13,6 +13,8 @@ cat rc/vimrc > ~/.vimrc
mkdir -p ~/.config/nvim/
cat conf/init.vim > ~/.config/nvim/init.vim
cat conf/makepkg.conf > ~/.makepkg.conf
mkdir -p ~/.config/mpv/
cat conf/mpv.conf > ~/.config/mpv/mpv.conf
if [ ! -f ~/.oidentd.conf ]; then
cat conf/oidentd.conf > ~/.oidentd.conf
fi