]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
xprofile: separate xprofile from xinit
[dotfiles.git] / Makefile
index d59f59a6d7d5863180d9fe6a5c57aa0ea48297c2..07abd50a8b7c13bbbdf6f1cf30ee2240c01c2f91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -144,11 +144,16 @@ yay: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/yay $(XDG_CONFIG_HOME)/yay
        mkdir -p $(XDG_CACHE_HOME)/yay
 
-xinit: $(XDG_CONFIG_HOME)
+xinit: $(XDG_CONFIG_HOME) xprofile
        ln -sfT $(APATH)/$@rc ~/.$@rc
        ln -sfT $(APATH)/$@   $(XDG_CONFIG_HOME)/$@
 .PHONY: xinit
 
+xprofile: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@   ~/.$@
+       ln -sfT $(APATH)/$@.d $(XDG_CONFIG_HOME)/$@.d
+.PHONY: xprofile
+
 wakeonlan: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
 .PHONY: wakeonlan