From 13ff4b59ad181853f5ec0dcf02f387df23bb0cfc Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 18 Jun 2023 03:31:45 -0400 Subject: [PATCH] Start pypr after tray target --- home-manager/linux/programs/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index af46482..cf08e7a 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -319,7 +319,7 @@ in with lib; { systemd.user.services.pypr = { Unit = { Description = "pypr"; - After = [ "graphical-session.target" ]; + After = [ "tray.target" ]; }; Service = { Type = "simple";