feat: added default flags to mpv instead of using alias
This commit is contained in:
4
.config/mpv/mpv.conf
Normal file
4
.config/mpv/mpv.conf
Normal file
@@ -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 grep="ugrep"
|
||||||
alias ssh="kssh"
|
alias ssh="kssh"
|
||||||
alias code="snap run code"
|
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
|
# Startup hyprland
|
||||||
if uwsm check may-start; then
|
if uwsm check may-start; then
|
||||||
|
|||||||
Reference in New Issue
Block a user