Lock to black screen
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c426737fdf
commit
cd59a27247
1 changed files with 1 additions and 1 deletions
2
bin/lock
2
bin/lock
|
@ -9,7 +9,7 @@ set -euo pipefail
|
||||||
# Disable streamdeck to disallow input
|
# Disable streamdeck to disallow input
|
||||||
systemctl --user stop streamdeck
|
systemctl --user stop streamdeck
|
||||||
|
|
||||||
i3lock -e -f -n -i ${HOME}/.local/share/screen-lock.png
|
i3lock -e -f -n -c 000000
|
||||||
|
|
||||||
# Restart streamdeck again
|
# Restart streamdeck again
|
||||||
systemctl --user start streamdeck
|
systemctl --user start streamdeck
|
||||||
|
|
Loading…
Reference in a new issue