aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-chwp.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-bg-chwp.service')
-rw-r--r--.config/systemd/user/dapp-bg-chwp.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/systemd/user/dapp-bg-chwp.service b/.config/systemd/user/dapp-bg-chwp.service
index 65299d2..0aed15a 100644
--- a/.config/systemd/user/dapp-bg-chwp.service
+++ b/.config/systemd/user/dapp-bg-chwp.service
@@ -1,7 +1,7 @@
[Unit]
Description=Change the wallpaper used in Xorg
-PartOf=graphical-session.target
-After=wman.target
+After=graphical-session.target
+Requires=graphical-session.target
[Service]
Type=oneshot
@@ -9,4 +9,4 @@ ExecStart=chwp
Restart=on-failure
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target