Set up lappy specific video wallpaper stuffs.

Compilation fix.
This commit is contained in:
jay
2025-06-30 19:16:58 -04:00
parent b5f5ee58cb
commit f5a82aa7c2

View File

@@ -24,6 +24,9 @@
wayland.windowManager.hyprland = {
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"
];
};
};
}