# This file is sourced by Xsession(5), not executed. USRRESOURCES="$HOME/.Xresources" if [ -f "$USRRESOURCES" ]; then if type xrdb >/dev/null 2>&1; then xrdb -merge $USRRESOURCES else # Comment out this command if you desire a legacy-free X environment, and find # the warning spurious. message "warning: xrdb command not found; X resources not merged." fi fi # vim:set ai et sts=2 sw=2 tw=80: