mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-14 06:02:54 +03:00
14 lines
224 B
Desktop File
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
|