14 lines
222 B
Desktop File
14 lines
222 B
Desktop File
[Unit]
|
|
Description=Lock screen before suspend
|
|
Before=sleep.target
|
|
|
|
[Service]
|
|
User=%I
|
|
Type=simple
|
|
Environment=DISPLAY=:0
|
|
ExecStart=/usr/bin/xautolock -locknow
|
|
ExecStartPost=/usr/bin/sleep 1
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|