From d235ffc6b1192662b86005cb6ce45866ffb12ac2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Dec 2016 14:21:52 +1300 Subject: Use .d directory for .xinitrc subscripts --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 363f9e19..595a600b 100644 --- a/Makefile +++ b/Makefile @@ -371,10 +371,12 @@ install-wyrd : install-x : install -m 0755 -d -- \ "$(HOME)"/.config \ + "$(HOME)"/.xinitrc.d \ "$(HOME)"/.Xresources.d install -pm 0644 -- X/redshift.conf "$(HOME)"/.config/redshift.conf install -pm 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc install -pm 0644 -- X/xinitrc "$(HOME)"/.xinitrc + install -pm 0644 -- X/xinitrc.d/* "$(HOME)"/.xinitrc.d install -pm 0644 -- X/Xresources "$(HOME)"/.Xresources install -pm 0644 -- X/Xresources.d/* "$(HOME)"/.Xresources.d -- cgit v1.2.3