mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
parent
f0a768ad19
commit
232e648e33
24
conf/mpv.conf
Normal file
24
conf/mpv.conf
Normal 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
|
||||
|
2
install
2
install
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user