Remove conditions, all PCs start the same wm

This commit is contained in:
Tom Willemse 2014-11-01 20:47:18 +01:00
parent 567b4c9cf4
commit 3d1dfb5f40

View file

@ -18,22 +18,4 @@ unclutter &
eval $(/usr/bin/gnome-keyring-daemon --start --components=secrets)
export GPG_AGENT_INFO SSH_AUTH_SOCK
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
;;
phoenix)
exec awesome
;;
esac
exec awesome