fix: wallpaper.service/start deleted to break ordering cycle starting with app-nm-applet@autostart.service/start

This commit is contained in:
Ryan Yin
2025-08-31 12:18:38 +08:00
parent c56593516d
commit ccec1d4c29

View File

@@ -10,8 +10,7 @@
Unit = {
Description = "Wallpaper Switcher daemon";
After = [
"graphical-session-pre.target"
"xdg-desktop-autostart.target"
"graphical-session.target"
];
Wants = [ "graphical-session-pre.target" ];
};