diff options
Diffstat (limited to 'Scripts/.local/scripts')
-rwxr-xr-x | Scripts/.local/scripts/reboot_services | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Scripts/.local/scripts/reboot_services b/Scripts/.local/scripts/reboot_services index 2555d64..2d2382b 100755 --- a/Scripts/.local/scripts/reboot_services +++ b/Scripts/.local/scripts/reboot_services @@ -2,5 +2,6 @@ killall sxhkd; killall mpd; +killall picom; -refresh_bar & mpd & sxhkd; +picom & refresh_bar & mpd & sxhkd; |