From c4d96716c05c41a3b18f2326cb588cd19246da5f Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 12 Aug 2022 04:30:51 -0500 Subject: initial commit --- slockd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 slockd (limited to 'slockd') diff --git a/slockd b/slockd new file mode 100755 index 0000000..2c31320 --- /dev/null +++ b/slockd @@ -0,0 +1,12 @@ +#!/sbin/sh + +if [ -z "$WAYLAND_DISPLAY" ]; then + LOCKER=slock +else + LOCKER=waylock +fi + + +while [ 1 -gt 0 ]; do + $LOCKER && exit +done -- cgit v1.2.3