summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-10-04 15:00:09 +0300
committerSyndamia <kamen@syndamia.com>2022-10-04 15:00:09 +0300
commitf4aeaf6192353d23976e8625d42ceda7edfdc6f1 (patch)
treeb0944ca2a4a2c8c063f7def34935612eec051b83
parent5b466492764fd4f4e426526c8fbd70e3bfab251a (diff)
downloaddotfiles-f4aeaf6192353d23976e8625d42ceda7edfdc6f1.tar
dotfiles-f4aeaf6192353d23976e8625d42ceda7edfdc6f1.tar.gz
dotfiles-f4aeaf6192353d23976e8625d42ceda7edfdc6f1.zip
[.a/sys] Fixed on-wm-logout not always exiting properly
-rwxr-xr-x.a/sys/on-wm-logout.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.a/sys/on-wm-logout.sh b/.a/sys/on-wm-logout.sh
index 279c903..963578d 100755
--- a/.a/sys/on-wm-logout.sh
+++ b/.a/sys/on-wm-logout.sh
@@ -6,3 +6,5 @@ grace=(brave)
for app in $grace; do
timeout 5 pkill -TERM $app
done
+
+exit 0