~dwm -> bspwm

dwm was giving me some issues, and it just wasn't fun to use anymore. So
I switched to bspwm, which should have basically everything I need.
This commit is contained in:
dx
2020-06-10 12:39:46 +01:00
parent 319194ea02
commit 13be152c6d
4 changed files with 59 additions and 14 deletions

View File

@@ -6,14 +6,9 @@ systemctl start --user emacs &
$(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
while true; do
killall picom;
killall mpd;
killall sxhkd;
killall dwmblocks;
picom &
mpd &
sxhkd &
dwmblocks &
ssh-agent dwm || break
done
picom &
mpd &
sxhkd &
$HOME/.config/bspwm/bspwmrc &
polybar custom-bar &