feat: added default flags to mpv instead of using alias
parent
10b599eb3e
commit
4bf7308b5c
|
|
@ -0,0 +1,4 @@
|
|||
--vo=gpu-next
|
||||
--target-colorspace-hint
|
||||
--gpu-api=vulkan
|
||||
--gpu-context=waylandvk
|
||||
1
.zshrc
1
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue