aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-06 23:36:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-06 23:55:04 +1200
commitdef47b2d41b2543511a92b908819bc6ff36c03a7 (patch)
treefd1439ec03e68d90d5ccd8a38572d3495ca82043 /Makefile
parentSimplify systemd file installation (diff)
downloaddotfiles-def47b2d41b2543511a92b908819bc6ff36c03a7.tar.gz
dotfiles-def47b2d41b2543511a92b908819bc6ff36c03a7.zip
Add compton compositor installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff1b36be..d7c964f0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@
install-bin-man \
install-cabal \
install-cargo \
+ install-compton \
install-cpanm \
install-curl \
install-dillo \
@@ -406,6 +407,9 @@ install-cabal:
install-cargo:
cp -p -- cargo/profile.d/*.sh $(HOME)/.profile.d
+install-compton: install-x
+ cp -p -- compton/xsession.d/* $(HOME)/.xsession.d
+
install-cpanm:
cp -p -- cpanm/profile.d/*.sh $(HOME)/.profile.d