summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-02 20:46:46 +0100
committerGravatar Tom Willemse2013-12-02 20:46:46 +0100
commitba0d40b10b9a33c09e853ecf18c4ce931d3f390c (patch)
tree168b015de71a71e8c0992440fde963f2be6832d7
parent3f3b3ab95be8d9a2fc827df491a831d909ed2169 (diff)
downloadx11-ba0d40b10b9a33c09e853ecf18c4ce931d3f390c.tar.gz
x11-ba0d40b10b9a33c09e853ecf18c4ce931d3f390c.zip
Print less, speedup sbcl boot
-rwxr-xr-x.xinitrc3
1 files changed, 2 insertions, 1 deletions
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)"