enable rbingwp after sway-session.target

This commit is contained in:
Ivan Dimitrov 2024-04-21 22:09:19 +03:00
parent 376b75f94e
commit c54fa7c956

View File

@ -46,9 +46,13 @@
};
};
rbingwp = {
Install = {
WantedBy = [ "sway-session.target" ];
};
Unit = {
Description = "Restart bingwp and wpd services";
After = "sway-session.target";
After = "graphical-session-pre.target";
PartOf = "graphical-session.target";
};
Service = {
Type = "oneshot";