#!/sbin/sh if [ -z "$WAYLAND_DISPLAY" ]; then LOCKER=slock else LOCKER=waylock fi while [ 1 -gt 0 ]; do $LOCKER && exit done