~bspwm -> dwm

Moved back to dwm, commented out bspwm binds and reset xinit
This commit is contained in:
dx
2020-07-07 00:31:28 +01:00
parent 50cb476d7d
commit 78495d1295
2 changed files with 46 additions and 38 deletions

View File

@@ -1,18 +1,20 @@
#!/bin/sh
sh .xprofile;
killall mpd;
killall picom;
killall sxhkd;
xset s 1800;
$HOME/.local/scripts/eserver start &
dunst &
sh .xprofile;
xset s 1800;
$(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
$HOME/.local/scripts/eserver start &
dunst &
picom &
mpd &
sxhkd &
$HOME/.config/bspwm/bspwmrc
dwmblocks &
# $HOME/.config/bspwm/bspwmrc
while :; do
ssh-agent dwm
done