From bf44ef149ddfb7b02b2e7bb5b6aff141c23d8f6e Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Sat, 3 Apr 2021 00:50:03 -0600 Subject: [PATCH] Added MPV configs --- .config/mpv/input.conf | 1 + .config/mpv/mpv.conf | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .config/mpv/input.conf create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..38c392e --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1 @@ +k playlist-shuffle diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..88f1a7c --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,7 @@ +keepaspect-window=no +loop-playlist=inf +volume-max=200 +hwdec=auto +video-sync=display-resample +script=/usr/share/mpv/scripts/mpris.so +screenshot-directory="~/Pictures/Screenshots/"