From 16d94f2c6f714959e2095084360d1fc3c33c292a Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Fri, 24 Apr 2026 22:45:05 -0500 Subject: --- .vimrc | 1 + mpv/mpv.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0b21786..8d261d3 100644 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,4 @@ +autocmd FileType make setlocal noexpandtab nnoremap : set autoindent set expandtab diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 797ffdd..25c0a3b 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,3 +1,4 @@ deinterlace=yes vf=bwdif=mode=1 -video-sync=display-resample \ No newline at end of file +video-sync=display-resample +volume=50 -- cgit v1.2.3