From 630005a861d62dc1299908a2cd01bcb20d20e76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 9 Aug 2017 22:00:49 +0200 Subject: [PATCH] Give xrdb $HOME for includes --- autostart/autostart/20_xresources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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