diff options
| author | Syndamia <kamen@syndamia.com> | 2022-10-04 15:00:09 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-10-04 15:00:09 +0300 |
| commit | f4aeaf6192353d23976e8625d42ceda7edfdc6f1 (patch) | |
| tree | b0944ca2a4a2c8c063f7def34935612eec051b83 /.a | |
| parent | 5b466492764fd4f4e426526c8fbd70e3bfab251a (diff) | |
| download | dotfiles-f4aeaf6192353d23976e8625d42ceda7edfdc6f1.tar dotfiles-f4aeaf6192353d23976e8625d42ceda7edfdc6f1.tar.gz dotfiles-f4aeaf6192353d23976e8625d42ceda7edfdc6f1.zip | |
[.a/sys] Fixed on-wm-logout not always exiting properly
Diffstat (limited to '.a')
| -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 |
