From 310997ac3b79d5dab181b2d09de600c0c52d416d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 16 Feb 2024 11:59:56 +0100 Subject: Add chromium service --- .config/systemd/user/dapp-fg-chromium.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/systemd/user/dapp-fg-chromium.service diff --git a/.config/systemd/user/dapp-fg-chromium.service b/.config/systemd/user/dapp-fg-chromium.service new file mode 100644 index 0000000..754d98f --- /dev/null +++ b/.config/systemd/user/dapp-fg-chromium.service @@ -0,0 +1,10 @@ +[Unit] +Description=Manage an x11 application +PartOf=graphical-session.target + +[Service] +Type=exec +ExecStart=chromium + +[Install] +WantedBy=wman.target -- cgit v1.1