From 18ead69253a9ce3c70238dd00ebb9201a0f117d0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 16 Aug 2013 13:47:37 +0200 Subject: Start sbcl instead of stumpwm --- .xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index bfc34c0..d90232f 100755 --- a/.xinitrc +++ b/.xinitrc @@ -15,5 +15,5 @@ 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 $wm +# test -n "$1" && wm=$1 || wm="/usr/local/bin/stumpwm" +exec sbcl --eval "(ql:quickload \"stumpwm\")" --eval "(stumpwm:stumpwm)" -- cgit v1.3-2-g0d8e