aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/mpv/mpv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/mpv/mpv.conf')
-rw-r--r--dotfiles/.config/mpv/mpv.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf
new file mode 100644
index 0000000..b9acd0f
--- /dev/null
+++ b/dotfiles/.config/mpv/mpv.conf
@@ -0,0 +1,11 @@
+# Use wayland shared memory. For some reason gpu rendered output looks garbled
+# on my second monitor on sway
+vo=gpu
+hwdec=auto
+
+alang=ja,jpn,en,eng,es,spa,ru,rus
+slang=en,eng,es,spa,ru,rus
+
+input-ipc-server=/tmp/mpvsock
+
+ytdl-format="bestvideo[height<=?1440]+bestaudio"