From 05026dd00495d640b348128b44d030e16073880d Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 14 Feb 2026 22:23:45 +0100 Subject: [PATCH] mpv fix --- bash/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index b1273db..701212b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -15,6 +15,7 @@ fi # Set up user specific i18n variables #export LANG=_.<@modifiers> -alias mpv-yt=mpv --ytdl-format="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]" +alias mpv='/usr/bin/mpv --vo=gpu --gpu-context=wayland --hwdec=auto' #hw decoding + opengl, because vulkan needs more watts +alias mpv-yt='mpv --ytdl-format="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]"' # End ~/.bashrc