aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-dunst.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-bg-dunst.service')
-rw-r--r--.config/systemd/user/dapp-bg-dunst.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/systemd/user/dapp-bg-dunst.service b/.config/systemd/user/dapp-bg-dunst.service
index 2aff5ce..d74d5b2 100644
--- a/.config/systemd/user/dapp-bg-dunst.service
+++ b/.config/systemd/user/dapp-bg-dunst.service
@@ -1,11 +1,11 @@
[Unit]
Description=Run dunst
-PartOf=graphical-session.target
-After=wman.target
+After=graphical-session.target
+Requires=graphical-session.target
[Service]
Type=exec
ExecStart=/usr/bin/dunst
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target