diff options
| -rwxr-xr-x | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)" |
