From: Mark Wooding Date: Sun, 9 Aug 2020 03:34:04 +0000 (+0100) Subject: Makefile: Overwrite the resources by default, rather than merging. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/8baf0354d33f4b5473564fa780053ae706ced39a Makefile: Overwrite the resources by default, rather than merging. Otherwise I can't tell what the effect of removing things is. --- diff --git a/Makefile b/Makefile index ac8fa4d..478cbef 100644 --- a/Makefile +++ b/Makefile @@ -327,7 +327,7 @@ $(HOME)/.Xdefaults: $(HOME)/.mdw.conf dot/Xdefaults.pterm ifeq ($(shell case $${DISPLAY-nil} in (:[0-9]*) echo t ;; (*) echo nil ;; esac),t) dotfile-hook/.Xdefaults = \ - $(call v_tag,XRDB)xrdb -override $< + $(call v_tag,XRDB)xrdb -load $< endif endif