From 5a31201628951627190742c3ce9688be997786bc Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sun, 8 May 2022 15:17:54 +0200 Subject: [PATCH] add mpv --- install.conf.yaml | 1 + mpv/input.conf | 4 ++++ mpv/mpv.conf | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 mpv/input.conf create mode 100644 mpv/mpv.conf diff --git a/install.conf.yaml b/install.conf.yaml index 001994a..c9b1d47 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -17,6 +17,7 @@ ~/.config/templates: templates ~/.config/kitty/kitty.conf: kitty.conf ~/.config/btop/btop.conf: btop.conf + ~/.config/mpv: mpv - create: - ~/downloads diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..0f6f6fe --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,4 @@ +# reference is in /usr/share/doc/mpv + +WHEEL_UP add volume 5 +WHEEL_DOWN add volume -5 diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..55caca5 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,3 @@ +# reference is in /usr/share/doc/mpv + +ytdl-format="bestvideo[height<=?1080]+bestaudio/best"