~clean up xinitrc, rearrange service instantiation

This commit is contained in:
dx
2020-06-10 18:52:24 +01:00
parent 64c71e8459
commit 7ba08b646f

View File

@@ -1,8 +1,12 @@
#!/bin/sh #!/bin/sh
sh .xprofile; sh .xprofile;
killall mpd;
killall picom;
killall sxhkd;
$HOME/.local/scripts/eserver start &
dunst & dunst &
systemctl start --user emacs &
$(xss-lock --transfer-sleep-lock -- lock) & $(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds & feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
@@ -10,5 +14,4 @@ picom &
mpd & mpd &
sxhkd & sxhkd &
$HOME/.config/bspwm/bspwmrc & $HOME/.config/bspwm/bspwmrc
polybar custom-bar &