aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/bscv-dunst.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/bscv-dunst.service')
-rw-r--r--.config/systemd/user/bscv-dunst.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/systemd/user/bscv-dunst.service b/.config/systemd/user/bscv-dunst.service
deleted file mode 100644
index ac64078..0000000
--- a/.config/systemd/user/bscv-dunst.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Manage an x11 application
-PartOf=graphical-session.target
-After=wman.target
-
-[Service]
-Type=exec
-Restart=on-failure
-
-ExecSearchPath=%h/.local/bin
-ExecSearchPath=/usr/local/bin
-ExecSearchPath=/usr/bin
-Environment=PATH=/home/tyil/.local/bin:/home/tyil/.config/shell/wrappers.d:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin
-WorkingDirectory=%h
-
-ExecStart=/usr/bin/dunst
-
-[Install]
-WantedBy=wman.target