From 6287a7235e4e9b96e06eb5e5d50ebec64258ae17 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 10 Jan 2021 04:15:06 +0100 Subject: [PATCH] Map volume control keys to +/- in MPV --- mpv/.config/mpv/input.conf | 3 +++ mpv/.config/mpv/mpv.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 mpv/.config/mpv/input.conf diff --git a/mpv/.config/mpv/input.conf b/mpv/.config/mpv/input.conf new file mode 100644 index 0000000..5a54a08 --- /dev/null +++ b/mpv/.config/mpv/input.conf @@ -0,0 +1,3 @@ +## Bind volume control to +/- ++ add volume 5 +- add volume -5 diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index c45a419..a87c37a 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ ## Subtitle settings -sub-font-size=38 +sub-font-size=26 embeddedfonts=no sub-font='Roboto Condensed' ## HW Decoding