From b0b7526e742e2f768207b3811617add133c551a3 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 30 Jun 2017 23:57:52 +0530 Subject: [PATCH] Fix yubi-unlock --- yubi-insert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yubi-insert.sh b/yubi-insert.sh index 1f605d6..8454f3d 100755 --- a/yubi-insert.sh +++ b/yubi-insert.sh @@ -8,5 +8,5 @@ export DISPLAY=:0 # We only unlock the device if the key matches if [[ "$YUBIKEY_SERIAL" -eq "$DEVICE_SERIAL" ]]; then echo "`date` unlocked using yubkikey" >> $LOGFILE - /usr/bin/systemctl stop i3lock.service + xautolock -unlocknow fi \ No newline at end of file