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