dotfiles/blurlock.service

13 lines
187 B
INI

[Unit]
Description=blurlock on suspend
Before=sleep.target
[Service]
user=sophon
Type=forking
Environment=DISPLAY=:0
ExecStart=/usr/bin/blurlock -time 1
[Install]
WantedBy=sleep.target