From 2332cc1e9da3ef26e142c68db72a3505be6dfd82 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Wed, 18 Feb 2026 02:59:22 +0100 Subject: [PATCH] fix linux-wallpaperengine launch params --- homes/x86_64-linux/andreas@drivebystation-nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-linux/andreas@drivebystation-nix/default.nix b/homes/x86_64-linux/andreas@drivebystation-nix/default.nix index 6e1d12c..cb2a0f1 100644 --- a/homes/x86_64-linux/andreas@drivebystation-nix/default.nix +++ b/homes/x86_64-linux/andreas@drivebystation-nix/default.nix @@ -41,7 +41,7 @@ in [Desktop Entry] Type=Application Name=Wallpaper Engine - Exec=${pkgs.my-namespace.linux-wallpaperengine}/bin/linux-wallpaperengine --screen-root DP-1 --bg 2935872330 -f 12 --screen-root DP-2 --bg 2935872330 -f 12 + Exec=${pkgs.my-namespace.linux-wallpaperengine}/bin/linux-wallpaperengine --screen-root DP-1 --bg 2935872330 --screen-root DP-2 --bg 2935872330 -f 12 X-KDE-autostart-after=panel X-KDE-StartupNotify=false '';