15 lines
307 B
Desktop File
15 lines
307 B
Desktop File
[Unit]
|
|
Description=Lock screen before suspend
|
|
Before=sleep.target suspend.target hibernate.target
|
|
|
|
[Service]
|
|
User=%i
|
|
Type=forking
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/bin/bash /home/%i/.local/bin/lock-on-suspend
|
|
TimeoutSec=10
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=sleep.target suspend.target hibernate.target
|