Lock to black screen

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-03-27 21:05:10 +01:00
parent c426737fdf
commit cd59a27247
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -9,7 +9,7 @@ set -euo pipefail
# Disable streamdeck to disallow input
systemctl --user stop streamdeck
i3lock -e -f -n -i ${HOME}/.local/share/screen-lock.png
i3lock -e -f -n -c 000000
# Restart streamdeck again
systemctl --user start streamdeck