From ee3518fb810ba6df3945f5bc8196135b17233c81 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 5 Sep 2022 21:39:28 +0300 Subject: Fixed loop on on-wm-logout --- .a/sys/on-wm-logout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.a') diff --git a/.a/sys/on-wm-logout.sh b/.a/sys/on-wm-logout.sh index 90ebab2..279c903 100755 --- a/.a/sys/on-wm-logout.sh +++ b/.a/sys/on-wm-logout.sh @@ -3,6 +3,6 @@ # Gracefully close certain programs grace=(brave) -for $app in $grace; do +for app in $grace; do timeout 5 pkill -TERM $app done -- cgit v1.2.3