From 42fe8f180b3ae0ee84ed978bca787d042ca72d79 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 14 Jul 2020 04:28:12 +0300 Subject: changes around lock script for better handling of gpg key unlocking --- dotfiles/.local/bin/mailsync | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotfiles/.local/bin/mailsync') diff --git a/dotfiles/.local/bin/mailsync b/dotfiles/.local/bin/mailsync index 2a5ed03..431d314 100755 --- a/dotfiles/.local/bin/mailsync +++ b/dotfiles/.local/bin/mailsync @@ -4,6 +4,9 @@ # Run only if user logged in (prevent cron errors) w | grep "^$USER\W" >/dev/null || exit +# Don't run if screen is locked (gpg key is locked too) +pidof swaylock && exit + # Check several times before giving up, useful when just waking up from sleep # since internet is usually not available right away wget -q --tries=3 --timeout=20 --spider 1.1.1.1 > /dev/null || exit -- cgit v1.2.3