From ba0d40b10b9a33c09e853ecf18c4ce931d3f390c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Dec 2013 20:46:46 +0100 Subject: Print less, speedup sbcl boot --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index dc9aa9c..af20554 100755 --- a/.xinitrc +++ b/.xinitrc @@ -15,4 +15,5 @@ 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)" +exec sbcl --noprint --non-interactive \ + --eval "(ql:quickload \"stumpwm\")" --eval "(stumpwm:stumpwm)" -- cgit v1.2.3-54-g00ecf