aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/xss-lock.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/xss-lock.service')
-rw-r--r--.config/systemd/user/xss-lock.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/systemd/user/xss-lock.service b/.config/systemd/user/xss-lock.service
deleted file mode 100644
index 072a268..0000000
--- a/.config/systemd/user/xss-lock.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Start xss-lock
-PartOf=graphical-session.target
-
-[Service]
-Type=exec
-ExecStart=/usr/bin/xss-lock -- i3lock -c '#000000' -n
-Restart=on-failure
-
-[Install]
-WantedBy=desktop-x11.target