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