summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/import
diff options
context:
space:
mode:
Diffstat (limited to 'local/.bin/hornet/import')
-rwxr-xr-xlocal/.bin/hornet/import11
1 files changed, 0 insertions, 11 deletions
diff --git a/local/.bin/hornet/import b/local/.bin/hornet/import
deleted file mode 100755
index ea4f1f2..0000000
--- a/local/.bin/hornet/import
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-services=""
-trap 'for service in $services; do systemctl --user start $service; done' EXIT
-for service in unclutter picom; do
- if [ "$(systemctl --user show --property MainPID --value "$service")" != 0 ]; then
- systemctl --user stop "$service"
- services="$service $services"
- fi
-done
-/usr/bin/import "$@"