Remove gpu api option from mpvpaper.

This commit is contained in:
jay
2025-06-30 19:26:51 -04:00
parent 931660b0d2
commit 71cf10a9f3

View File

@@ -25,7 +25,7 @@
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
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"
];
};
};