diff --git a/homes/x86_64-linux/andreas@drivebystation-nix/default.nix b/homes/x86_64-linux/andreas@drivebystation-nix/default.nix index 40a958a..bb7e99f 100644 --- a/homes/x86_64-linux/andreas@drivebystation-nix/default.nix +++ b/homes/x86_64-linux/andreas@drivebystation-nix/default.nix @@ -35,4 +35,14 @@ in inputs.kwin-effects-forceblur.packages.${pkgs.system}.default ]; }; + + # Auto-start linux-wallpaperengine for dual monitors via XDG autostart + xdg.configFile."autostart/linux-wallpaperengine.desktop".text = '' + [Desktop Entry] + Type=Application + Name=Wallpaper Engine + Exec=${pkgs.linux-wallpaperengine}/bin/linux-wallpaperengine --screen-root DP-1 --bg 2935872330 --screen-root DP-2 --bg 2935872330 + X-KDE-autostart-after=panel + X-KDE-StartupNotify=false + ''; } \ No newline at end of file