aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-firefox.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-fg-firefox.service')
-rw-r--r--.config/systemd/user/dapp-fg-firefox.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/systemd/user/dapp-fg-firefox.service b/.config/systemd/user/dapp-fg-firefox.service
index 1e92245..0d434cc 100644
--- a/.config/systemd/user/dapp-fg-firefox.service
+++ b/.config/systemd/user/dapp-fg-firefox.service
@@ -1,10 +1,11 @@
[Unit]
Description=Manage an x11 application
-PartOf=graphical-session.target
+After=graphical-session.target
+Requires=graphical-session.target
[Service]
Type=exec
ExecStart=firefox
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target