Files
neoromantique-dotfiles/legacy/desktop/i3lock.service
David Aizenberg 80e865f496 update dotfiles
2025-11-26 23:17:33 +01: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