From 2f694cefe3d30fe65320941bb5ee77472fff0e2b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Dec 2023 18:33:16 +0100 Subject: bin: Remove unused scripts Signed-off-by: David Runge --- bin/xorg_lock | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 bin/xorg_lock (limited to 'bin/xorg_lock') diff --git a/bin/xorg_lock b/bin/xorg_lock deleted file mode 100755 index 6ddeb0c..0000000 --- a/bin/xorg_lock +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -lock_file=${XDG_RUNTIME_DIR}/xorg_autolock.lock -lock_cmd="i3lock -n -e -c 000000 -f" - -if [ -x "/usr/bin/i3lock" ]; then - touch "${lock_file}" - ${lock_cmd} - rm -f "${lock_file}" -else - echo "i3lock is not installed!" - exit 1 -fi -exit 0 -- cgit v1.2.3-70-g09d2