From e030e89426b0fae4dc84ad13cc52f4280b65dae7 Mon Sep 17 00:00:00 2001 From: Jokler Date: Thu, 23 May 2019 19:56:40 +0200 Subject: Add mpv config files --- .config/mpv/input.conf | 5 +++++ .config/mpv/mpv.conf | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .config/mpv/input.conf create mode 100644 .config/mpv/mpv.conf (limited to '.config') 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 -- cgit v1.2.3-70-g09d2