aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-chromium.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dapp-fg-chromium.service')
-rw-r--r--.config/systemd/user/dapp-fg-chromium.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/systemd/user/dapp-fg-chromium.service b/.config/systemd/user/dapp-fg-chromium.service
index 754d98f..48a8283 100644
--- a/.config/systemd/user/dapp-fg-chromium.service
+++ b/.config/systemd/user/dapp-fg-chromium.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=chromium
[Install]
-WantedBy=wman.target
+WantedBy=graphical-session.target