X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=127683d5992c59c820aa745a4edfc5b1721acbdb;hb=272053303a40c6fc2397452eb4e1bd3d89d627c0;hp=e434cbacb37e620c134ab450106ea8fa988f8cb1;hpb=b69168d78941ffb5e5a16504a72cb1fa0a2d69ab;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index e434cba..127683d 100755 --- a/xinitrc +++ b/xinitrc @@ -55,7 +55,7 @@ if test -f "$HOME/.xinitrc.local"; then fi # Change the background if available. -if test -f "$HOME/.background" && test -n $set_background; then +if test -f "$HOME/.background" && test -n "$set_background"; then if test -x /usr/bin/hsetroot; then hsetroot -full "$HOME/.background" elif test -x /usr/bin/feh; then