feat: added default flags to mpv instead of using alias

main
oxypomme 2025-06-13 00:44:31 +02:00
parent 10b599eb3e
commit 4bf7308b5c
2 changed files with 4 additions and 1 deletions

4
.config/mpv/mpv.conf Normal file
View File

@ -0,0 +1,4 @@
--vo=gpu-next
--target-colorspace-hint
--gpu-api=vulkan
--gpu-context=waylandvk

1
.zshrc
View File

@ -146,7 +146,6 @@ alias df="duf --hide-fs squashfs,tmpfs,efivarfs,devtmpfs"
alias grep="ugrep"
alias ssh="kssh"
alias code="snap run code"
alias mpv-hdr="ENABLE_HDR_WSI=1 mpv --vo=gpu-next --target-colorspace-hint --gpu-api=vulkan --gpu-context=waylandvk"
# Startup hyprland
if uwsm check may-start; then