From efc1c280aa43b6098866bfee0b1dcc904357a489 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Sun, 8 Jun 2025 20:47:05 -0400 Subject: [PATCH] Add mpv configuration --- .config/mpv/input.conf | 5 +++++ .config/mpv/mpv.conf | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .config/mpv/input.conf create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..92d13a1 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,5 @@ +# increase subtitle font size +ALT+k add sub-scale +0.1 + +# decrease subtitle font size +ALT+j add sub-scale -0.1 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..10db204 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,8 @@ +vo=gpu +#gpu-api=vulkan +vulkan-swap-mode=immediate +hwdec=nvdec +sid=auto +alang='jpn,jp,eng,en' +slang='eng,en' +sub-scale=0.8