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"