1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-17 05:35:06 +01:00

swayidle: Fix service ordering

Ensure that the unit starts after the compositor to prevent conflicts in service startup.
This commit is contained in:
e-tho 2024-09-12 00:17:14 +02:00
parent 8a16716428
commit e8a112b7ef

View file

@ -120,6 +120,7 @@ in {
Documentation = "man:swayidle(1)";
ConditionEnvironment = "WAYLAND_DISPLAY";
PartOf = [ "graphical-session.target" ];
After = [ "graphical-session.target" ];
};
Service = {