From 5cd84746d424c6d31749b9c1c0619a691b037422 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 17 May 2020 09:32:11 +0100 Subject: ~some stuff with xserver --- Scripts/.local/scripts/reboot_services | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Scripts/.local') 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; -- cgit v1.2.3-13-gbd6f