From 1a9b45278782dd141128a960b0cfcc9e7bc2eed0 Mon Sep 17 00:00:00 2001 From: adamstuck Date: Mon, 27 Dec 2021 17:43:28 +0100 Subject: Revert "Lock now turns off screen instead of suspend" This reverts commit 75fa432a58cb228b4fdefc309cc015b7329c7e1a. --- .config/i3/extra/lidlock | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 .config/i3/extra/lidlock (limited to '.config/i3/extra/lidlock') diff --git a/.config/i3/extra/lidlock b/.config/i3/extra/lidlock deleted file mode 100755 index 8ab46d1..0000000 --- a/.config/i3/extra/lidlock +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh - -get_state() { - echo $(cat /proc/acpi/button/lid/LID0/state) -} - -OLD_STATE=$(get_state) - -while : -do - CUR_STATE=$(get_state) - - if [ "$CUR_STATE" != "$OLD_STATE" ]; then - if echo $CUR_STATE | grep closed; then - betterlockscreen -l - fi - fi - - OLD_STATE=$CUR_STATE - sleep 5 -done -- cgit v1.2.3-70-g09d2