~reboot_services -> xinitrc

This commit is contained in:
dx
2020-06-06 19:30:58 +01:00
parent a396b216c2
commit 852d280157
2 changed files with 7 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/bash
killall sxhkd;
killall mpd;
killall picom;
picom & refresh_bar & mpd & sxhkd;

View File

@@ -6,6 +6,12 @@ $(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
while true; do
$HOME/.local/scripts/reboot_services &
killall picom;
killall mpd;
killall sxhkd;
killall dwmblocks;
picom &
mpd &
sxhkd &
ssh-agent dwm || break
done