mpv: use vulkan

This commit is contained in:
2026-05-25 05:33:16 +02:00
parent c8fa11fe14
commit fda0d47717
+1 -1
View File
@@ -191,7 +191,7 @@
config = {
profile = "gpu-hq";
ao = "pipewire";
gpu-api = "opengl"; # TODO: Change to vulkan. This is a stupid hack because NVIDIA bad, see: https://github.com/mpv-player/mpv/issues/13019
gpu-api = "vulkan";
fullscreen = "yes";
};
};