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 = {
|
||||
Unit = {
|
||||
Description = "pypr";
|
||||
After = [ "graphical-session.target" ];
|
||||
After = [ "tray.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Reference in New Issue