Files
neoromantique-dotfiles/i3lock.service
David Aizenberg 8495a48ec6 Added i3lock
2019-06-10 01:46:58 +02:00

14 lines
224 B
Desktop File

[Unit]
Description=Starts i3lock at suspend time
Before=sleep.target
[Service]
User=david
Type=forking
Environment=DISPLAY=:0
ExecStartPre=
ExecStart=i3lock -i /home/david/Pictures/wall.png
[Install]
WantedBy=sleep.target