Use awesome as WM and switch on host

This commit is contained in:
Tom Willemse 2014-08-20 13:56:57 +02:00
parent 0d70f1dc57
commit 7dd4d7ac23

View file

@ -12,7 +12,20 @@ fi
redshift -l 51.1180:4.0012 &
unclutter &
feh --bg-tile ~/pictures/wallpaper-424947.jpg
# test -n "$1" && wm=$1 || wm="/usr/local/bin/stumpwm"
exec sbcl --eval "(ql:quickload \"stumpwm\")" --eval "(stumpwm:stumpwm)"
case "$(hostname)" in
drd)
# feh --bg-tile ~/pictures/wallpaper-2311191.png
# exec sbcl --noprint --non-interactive \
# --eval "(ql:quickload \"stumpwm\")" \
# --eval "(stumpwm:stumpwm)"
exec awesome
# xchainkeys &
# mowedline &
# exec herbstluftwm
# sxhkd &
# tint2 &
# exec bspwm
# exec i3
;;
esac