diff --git a/home/user/.config/mpv/input.conf b/home/user/.config/mpv/input.conf new file mode 100644 index 0000000..60aabcc --- /dev/null +++ b/home/user/.config/mpv/input.conf @@ -0,0 +1,5 @@ +Alt+- add video-zoom -0.05 +Alt+= add video-zoom 0.05 +WHEEL_UP add volume 5 +WHEEL_DOWN add volume -5 + diff --git a/home/user/.config/mpv/mpv.conf b/home/user/.config/mpv/mpv.conf new file mode 100644 index 0000000..bf43ea6 --- /dev/null +++ b/home/user/.config/mpv/mpv.conf @@ -0,0 +1,6 @@ +profile=gpu-hq +volume-max=200 +audio-channels=stereo +gpu-context=wayland +vo=gpu +hwdec=auto