diff options
-rw-r--r-- | dotfiles/.config/mpv/mpv.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf index b9acd0f..c57968f 100644 --- a/dotfiles/.config/mpv/mpv.conf +++ b/dotfiles/.config/mpv/mpv.conf @@ -1,11 +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 +osd-font=monospace +osd-msg3="${?core-idle==yes:}${?core-idle==no:} ${time-pos}/${duration} ${media-title}" input-ipc-server=/tmp/mpvsock -ytdl-format="bestvideo[height<=?1440]+bestaudio" +ytdl-format="bestvideo[height<=?1080]+bestaudio" |