diff options
| author | Syndamia <kamen@syndamia.com> | 2022-08-04 17:41:27 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-08-04 17:41:27 +0300 |
| commit | 80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (patch) | |
| tree | bc7d94935b273a1aa9b1a1b69c2bbc853c8a32e7 /scripts/system/on-wm-logout.sh | |
| parent | a47706a5bd5ee5be16e3fe443b6008cac9ee741d (diff) | |
| download | dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.tar dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.tar.gz dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.zip | |
Moved a lot of stuff to a new folder called .a
Diffstat (limited to 'scripts/system/on-wm-logout.sh')
| -rwxr-xr-x | scripts/system/on-wm-logout.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/system/on-wm-logout.sh b/scripts/system/on-wm-logout.sh deleted file mode 100755 index 90ebab2..0000000 --- a/scripts/system/on-wm-logout.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# Gracefully close certain programs -grace=(brave) - -for $app in $grace; do - timeout 5 pkill -TERM $app -done |
