diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..41dc79f --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,7 @@ +/ add volume -5 +* add volume 5 + +WHEEL_DOWN add volume -5 +WHEEL_UP add volume 5 + +k playlist-shuffle diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..62dfedc --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,4 @@ +title="mpv" +volume="25" +volume-max="150" +geometry="1280x720+50%+50%"