From 80b4c81b618d4e75b301ac1dd5adfb47f91deca7 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 4 Aug 2022 17:41:27 +0300 Subject: Moved a lot of stuff to a new folder called .a --- scripts/system/on-wm-logout.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 scripts/system/on-wm-logout.sh (limited to 'scripts/system/on-wm-logout.sh') 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 -- cgit v1.2.3