Files
neoromantique-dotfiles/desktop/i3lock.service
David Aizenberg 243312a0ee sync
2023-05-02 16:24:38 +03: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