~reboot_services -> xinitrc
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
killall sxhkd;
|
|
||||||
killall mpd;
|
|
||||||
killall picom;
|
|
||||||
|
|
||||||
picom & refresh_bar & mpd & sxhkd;
|
|
||||||
@@ -6,6 +6,12 @@ $(xss-lock --transfer-sleep-lock -- lock) &
|
|||||||
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
$HOME/.local/scripts/reboot_services &
|
killall picom;
|
||||||
|
killall mpd;
|
||||||
|
killall sxhkd;
|
||||||
|
killall dwmblocks;
|
||||||
|
picom &
|
||||||
|
mpd &
|
||||||
|
sxhkd &
|
||||||
ssh-agent dwm || break
|
ssh-agent dwm || break
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user