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:
parent
8a16716428
commit
e8a112b7ef
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ in {
|
|||
Documentation = "man:swayidle(1)";
|
||||
ConditionEnvironment = "WAYLAND_DISPLAY";
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
Loading…
Add table
Reference in a new issue