diff options
author | Tharre <tharre3@gmail.com> | 2017-06-20 19:35:35 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-06-20 19:35:35 +0200 |
commit | 6abc83ee06a74a4a5bd88cc6dc3ba3f63125ea75 (patch) | |
tree | b49bf3fd5511604ffccf3754ee9d0b0beb1dc163 /.config | |
parent | 3a69d3a55d603ede55519dc4099e326c1b02bcca (diff) | |
download | dotfiles-6abc83ee06a74a4a5bd88cc6dc3ba3f63125ea75.tar.gz dotfiles-6abc83ee06a74a4a5bd88cc6dc3ba3f63125ea75.tar.xz dotfiles-6abc83ee06a74a4a5bd88cc6dc3ba3f63125ea75.zip |
Add mpv config
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpv/.gitignore | 1 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/mpv/.gitignore b/.config/mpv/.gitignore new file mode 100644 index 0000000..e4c9514 --- /dev/null +++ b/.config/mpv/.gitignore @@ -0,0 +1 @@ +watch_later diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..02ce569 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,6 @@ +profile=opengl-hq +hwdec=vaapi +vo=opengl +save-position-on-quit +ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best +volume-max=600 |