Start pypr after tray target
This commit is contained in:
parent
d64c76d4d2
commit
13ff4b59ad
|
@ -319,7 +319,7 @@ in with lib; {
|
||||||
systemd.user.services.pypr = {
|
systemd.user.services.pypr = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "pypr";
|
Description = "pypr";
|
||||||
After = [ "graphical-session.target" ];
|
After = [ "tray.target" ];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in New Issue