fixing small annoyances

This commit is contained in:
Chris Cochrun 2022-09-16 15:14:23 -05:00
parent 08db8e3b56
commit d7f84eb77b
4 changed files with 7 additions and 9 deletions

View file

@ -507,7 +507,7 @@
jellyfin-mpv-shim = {
Unit = {
Description = "Play Jellyfin media in mpv";
After = "network.target";
After = "graphical-session-pre.target";
};
Service = {
@ -536,7 +536,7 @@
nextlcoud-client = {
Unit = {
Description = "Nextcloud Client";
After = [ "plasma-workspace.target" ];
After = [ "graphical-session.target" ];
# PartOf = [ "plasma-workspace.target" ];
};