commit fdfc7b76786ff8de553bc457f5ead7d6b26bac13
parent d995372310e614f7a59eeb09714e37a08692c185
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 22 May 2021 23:01:05 -0400
Update suspend command for OpenBSD
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/lockscreen b/.local/bin/lockscreen
@@ -2,7 +2,7 @@
if [ "$1" = "suspend" ]; then
slock -m "$(cowsay "$(fortune)") (Screen Locked)" &
- loginctl suspend
+ zzz
else
slock -m "$(cowsay "$(fortune)") (Screen Locked)" &
fi