8 lines
180 B
Bash
Executable File
8 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Description:
|
|
# Launch mpv with HDR support enabled
|
|
|
|
export ENABLE_HDR_WSI=1
|
|
|
|
mpv --vo=gpu-next --target-colorspace-hint --gpu-api=vulkan --gpu-context=waylandvk "$@" |