summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)"