From a1627ac743289e768b138f1a60753a62e0869cc4 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 05:25:39 +0200 Subject: Update/Overhaul --- utils/kill-notify | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 utils/kill-notify (limited to 'utils/kill-notify') diff --git a/utils/kill-notify b/utils/kill-notify new file mode 100755 index 0000000..f7f749e --- /dev/null +++ b/utils/kill-notify @@ -0,0 +1,4 @@ +#!/bin/sh +# Kills an application and sends a notification that it's been killed + +killall "$1" && notify-send "Killed $1" -- cgit v1.2.3