~clean up xinitrc, rearrange service instantiation
This commit is contained in:
@@ -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 &
|
|
||||||
|
|||||||
Reference in New Issue
Block a user