summaryrefslogtreecommitdiff
path: root/scripts/system/on-wm-logout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/system/on-wm-logout.sh')
-rwxr-xr-xscripts/system/on-wm-logout.sh8
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