aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-dunst.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
commit06b22df02c76797e617259af690adcad31337c52 (patch)
tree443cedd3b3c0f0d04d6497e6d31f8647a20b85dd /.config/systemd/user/dapp-bg-dunst.service
parentfb8a828fe912f074d2bd378ac91adcb83034b3eb (diff)
Update naming scheme for applications
Diffstat (limited to '.config/systemd/user/dapp-bg-dunst.service')
-rw-r--r--.config/systemd/user/dapp-bg-dunst.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-bg-dunst.service b/.config/systemd/user/dapp-bg-dunst.service
new file mode 100644
index 0000000..2aff5ce
--- /dev/null
+++ b/.config/systemd/user/dapp-bg-dunst.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run dunst
+PartOf=graphical-session.target
+After=wman.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/dunst
+
+[Install]
+WantedBy=wman.target