diff options
Diffstat (limited to '.config/mpv')
| -rw-r--r-- | .config/mpv/input.conf | 5 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..db1dc07 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,5 @@ +WHEEL_UP add volume 2 +WHEEL_DOWN add volume -2 + +MBTN_FORWARD seek 10 +MBTN_BACK seek -10 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..785b4eb --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,7 @@ +pause +keep-open + +ytdl-format=bestvideo[height<=?1080]+bestaudio/best + +volume=50 +volume-max=200 |
