diff options
| -rwxr-xr-x | .a/sys/on-wm-logout.sh | 2 |
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 |
