From 897472087355118c78f660874069641e5d73531c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 6 Dec 2024 07:11:31 +0000 Subject: [PATCH] Start dynamic-wallpaper once immediately after starting swww --- system/home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 002845c9..ba54c4e2 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -148,6 +148,7 @@ "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1" "PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n" "${pkgs.swww}/bin/swww-daemon" + "systemctl --user start dynamic-wallpaper.service" "sleep 5; ${pkgs.dex}/bin/dex -a" ]; gestures.workspace_swipe = true;