dotfiles/.config/systemd/user/i3lock.service

10 lines
146 B
Desktop File

[Unit]
Description=Lock screen before sleep
[Service]
Type=oneshot
ExecStar=/usr/bin/i3lock
RemainAfterExit=yes
[Install]
WantedBy=sleep.target