summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.xinitrc4
1 files 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)"