From ddc97f65b793547389319d1b528656a76c9fa4c5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 27 Apr 2018 12:43:27 +0100 Subject: [PATCH] Makefile: Automatically refresh the X resources when they're changed. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 8a2de99..00d06e4 100644 --- a/Makefile +++ b/Makefile @@ -276,6 +276,11 @@ DOTCPP += .Xdefaults Xdefaults_DEFS = -DEMACSWD=$(call mdw-conf,emacs-width,77) $(HOME)/.Xdefaults: $(HOME)/.mdw.conf +ifeq ($(shell case $${DISPLAY-nil} in (:[0-9]*) echo t ;; (*) echo nil ;; esac),t) +dotfile-hook/.Xdefaults = \ + $(call v_tag,XRDB)xrdb -override $< +endif + endif ###-------------------------------------------------------------------------- -- 2.11.0