Give xrdb $HOME for includes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf '%s' "parsing .Xresources" >>"$LOGFILE"
|
||||
xrdb -merge ~/.Xresources &>> $LOGFILE
|
||||
xrdb -merge -I${HOME} ~/.Xresources &>> $LOGFILE
|
||||
|
||||
Reference in New Issue
Block a user