fix(hm/price): attach swww-daemon
to compositor.target
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
This commit is contained in:
parent
9340ed9f89
commit
8c2a4aa7c1
@ -24,10 +24,16 @@ in
|
|||||||
ExecStopPost = "${cleanup-socket-script}";
|
ExecStopPost = "${cleanup-socket-script}";
|
||||||
ExecStart = "${pkgs.swww}/bin/swww-daemon";
|
ExecStart = "${pkgs.swww}/bin/swww-daemon";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "graphical-session.target" ];
|
Install.WantedBy = [
|
||||||
|
"graphical-session.target"
|
||||||
|
"compositor.target"
|
||||||
|
];
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Wayland Wallpaper Service";
|
Description = "Wayland Wallpaper Service";
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [
|
||||||
|
"graphical-session.target"
|
||||||
|
"compositor.target"
|
||||||
|
];
|
||||||
After = [ "graphical-session.target" ];
|
After = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user