From cd59a27247258da3895a52179383ab75229b915d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 27 Mar 2021 21:05:10 +0100 Subject: [PATCH] Lock to black screen Signed-off-by: Knut Ahlers --- bin/lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lock b/bin/lock index 6f5e4be..4e7f409 100755 --- a/bin/lock +++ b/bin/lock @@ -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