From cebb439bc3ee2567ab38e84dc24897bf51795701 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 24 May 2024 23:23:55 -0400 Subject: mpv: Move to ~/.config/ --- .gitignore | 1 - mpv/.config/mpv/mpv.conf | 6 ++++++ mpv/.mpv/config | 6 ------ 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 mpv/.config/mpv/mpv.conf delete mode 100644 mpv/.mpv/config diff --git a/.gitignore b/.gitignore index ac71995..2a2a6f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -mpv/.mpv/cache/ nvim/.config/nvim/lazy-lock.json diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..1e00302 --- /dev/null +++ b/mpv/.config/mpv/mpv.conf @@ -0,0 +1,6 @@ +vo=gpu +hwdec=vaapi +ao=pulse + +demuxer-readahead-secs=30 +cache=yes diff --git a/mpv/.mpv/config b/mpv/.mpv/config deleted file mode 100644 index 1e00302..0000000 --- a/mpv/.mpv/config +++ /dev/null @@ -1,6 +0,0 @@ -vo=gpu -hwdec=vaapi -ao=pulse - -demuxer-readahead-secs=30 -cache=yes -- cgit v1.2.3