summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-02-13 13:45:18 +0000
committerAnton Khirnov <anton@khirnov.net>2023-02-13 13:45:18 +0000
commit7b7c24996d09590f728871805d5946eecfe1584f (patch)
tree8c56a84423cd979b98fbc5aa0a1277e46ecbc5bd
parent8cb8e431d3a54ca056dd3074ef286361a2dd9c87 (diff)
mpv: force alsa for audio
On newer systems mpv is compiled with pipewire, which spams erros when it fails initialization. Avoid this by explicitly specifying alsa.
-rw-r--r--dotfiles/mpv2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/mpv b/dotfiles/mpv
index c78b609..1b19f7f 100644
--- a/dotfiles/mpv
+++ b/dotfiles/mpv
@@ -1,6 +1,8 @@
alang=jpn,jp,ja,eng,en
slang=eng,en
+audio-device=alsa
+
no-audio-display
# use yt-dlp instead of youtube-dl