aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-chwp.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:49:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:49:25 +0100
commit402e9f503886af7caba3e0ddb1820c3f4e64b411 (patch)
tree21aeb163b2d70d17ba3b5d19f2fd9855c9eb0051 /.config/systemd/user/dapp-bg-chwp.service
parent06b22df02c76797e617259af690adcad31337c52 (diff)
Add more background services
Diffstat (limited to '.config/systemd/user/dapp-bg-chwp.service')
-rw-r--r--.config/systemd/user/dapp-bg-chwp.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-bg-chwp.service b/.config/systemd/user/dapp-bg-chwp.service
new file mode 100644
index 0000000..65299d2
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-chwp.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Change the wallpaper used in Xorg
+PartOf=graphical-session.target
+After=wman.target
+
+[Service]
+Type=oneshot
+ExecStart=chwp
+Restart=on-failure
+
+[Install]
+WantedBy=wman.target