diff --git a/autostart/autostart/20_xresources.sh b/autostart/autostart/20_xresources.sh index e80cbed..9e586f7 100755 --- a/autostart/autostart/20_xresources.sh +++ b/autostart/autostart/20_xresources.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash printf '%s' "parsing .Xresources" >>"$LOGFILE" -xrdb -merge ~/.Xresources &>> $LOGFILE +xrdb -merge -I${HOME} ~/.Xresources &>> $LOGFILE