From 7b7c24996d09590f728871805d5946eecfe1584f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 13 Feb 2023 13:45:18 +0000 Subject: 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. --- dotfiles/mpv | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3