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.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-fg-firefox.service b/.config/systemd/user/dapp-fg-firefox.service
new file mode 100644
index 0000000..0d434cc
--- /dev/null
+++ b/.config/systemd/user/dapp-fg-firefox.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Manage an x11 application
+After=graphical-session.target
+Requires=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=firefox
+
+[Install]
+WantedBy=graphical-session.target