diff options
Diffstat (limited to 'Scripts/.local/scripts/reboot_services')
-rwxr-xr-x | Scripts/.local/scripts/reboot_services | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Scripts/.local/scripts/reboot_services b/Scripts/.local/scripts/reboot_services new file mode 100755 index 0000000..85f0c88 --- /dev/null +++ b/Scripts/.local/scripts/reboot_services @@ -0,0 +1,8 @@ +#!/bin/bash + +killall nm-applet; +killall blueman-applet; +killall sxhkd; +killall mpd; + +nm-applet & blueman-applet & refresh_bar & mpd & sxhkd; |