18 lines
266 B
Bash
18 lines
266 B
Bash
#!/bin/sh
|
|
|
|
sh .xprofile;
|
|
killall mpd;
|
|
killall picom;
|
|
killall sxhkd;
|
|
|
|
$HOME/.local/scripts/eserver start &
|
|
dunst &
|
|
$(xss-lock --transfer-sleep-lock -- lock) &
|
|
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
|
|
|
picom &
|
|
mpd &
|
|
sxhkd &
|
|
|
|
$HOME/.config/bspwm/bspwmrc
|