aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/.local/scripts')
-rwxr-xr-xScripts/.local/scripts/reboot_services7
1 files changed, 0 insertions, 7 deletions
diff --git a/Scripts/.local/scripts/reboot_services b/Scripts/.local/scripts/reboot_services
deleted file mode 100755
index 2d2382b..0000000
--- a/Scripts/.local/scripts/reboot_services
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-killall sxhkd;
-killall mpd;
-killall picom;
-
-picom & refresh_bar & mpd & sxhkd;