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