aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-chwp.service
diff options
context:
space:
mode:
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..0aed15a
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-chwp.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Change the wallpaper used in Xorg
+After=graphical-session.target
+Requires=graphical-session.target
+
+[Service]
+Type=oneshot
+ExecStart=chwp
+Restart=on-failure
+
+[Install]
+WantedBy=graphical-session.target