Improve automatic/timeout/suspend locking

This commit is contained in:
2018-11-28 20:01:50 -08:00
parent 809f27b576
commit 5e9aa2f4f5
6 changed files with 19 additions and 14 deletions
@@ -0,0 +1,12 @@
[Unit]
Description=Lock X LightDM session before sleeping
Before=sleep.target
[Service]
Type=oneshot
ExecStart=/usr/bin/dm-tool switch-to-greeter
# Ensure enough time for the session to lock before sleeping
ExecStartPost=/usr/bin/sleep 1
[Install]
WantedBy=sleep.target