aboutsummaryrefslogtreecommitdiff
path: root/Scripts
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-06 19:30:58 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-06 19:30:58 +0100
commit852d280157a749a88e7e3826eda81b1ae080bf1d (patch)
tree698c889ea4ba4a7c5d984f741435d53263918257 /Scripts
parenta396b216c25563f4e08c12a215bfe8c9ced52c0e (diff)
downloaddotfiles-852d280157a749a88e7e3826eda81b1ae080bf1d.tar.gz
dotfiles-852d280157a749a88e7e3826eda81b1ae080bf1d.tar.bz2
dotfiles-852d280157a749a88e7e3826eda81b1ae080bf1d.zip
~reboot_services -> xinitrc
Diffstat (limited to '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;