aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-17 00:07:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-19 16:13:24 +1200
commit58475d45e805abef7b2b69f0a275a0ed358f1daf (patch)
treee4f8aa1c31a16dc4f97d11e75c5c64a900a158d4 /Makefile
parentSwitch from compton to picom (diff)
downloaddotfiles-58475d45e805abef7b2b69f0a275a0ed358f1daf.tar.gz
dotfiles-58475d45e805abef7b2b69f0a275a0ed358f1daf.zip
Add target and config for picom
This is mostly cribbed from the sample config, but it's already looking pretty good.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81464d18..5294e7c2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@
install-parcellite \
install-perlcritic \
install-perltidy \
+ install-picom \
install-plenv \
install-psql \
install-pyenv \
@@ -548,6 +549,10 @@ install-perltidy: install-sh
mkdir -p -- $(XDG_CONFIG_HOME)/perltidy
cp -p -- perltidy/perltidyrc $(XDG_CONFIG_HOME)/perltidy/perltidyrc
+install-picom: install-x
+ cp -p -- picom/picom.conf $(XDG_CONFIG_HOME)
+ cp -p -- picom/xsession.d/picom.sh $(HOME)/.xsession.d
+
install-plenv: install-sh install-cpanm
cp -p -- plenv/profile.d/plenv.sh $(HOME)/.profile.d
cp -p -- plenv/shrc.d/plenv.sh $(HOME)/.shrc.d