Remove gpu api option from mpvpaper.

This commit is contained in:
jay
2025-06-30 19:26:51 -04:00
parent c4d5f1455e
commit 0b32c15438

View File

@@ -25,7 +25,7 @@
settings = { settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1"; "monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
exec-once = [ exec-once = [
"mpvpaper --gpu-api=vulkan -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 ../../../common/wallpapers/wipeout.mkv" "mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 ../../../common/wallpapers/wipeout.mkv"
]; ];
}; };
}; };