aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-09-20 23:00:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-09-20 23:00:06 +1200
commitad35987a6ce12d46aaa1cc1570c25ae6414f6f60 (patch)
tree5718ed614629bc99e35952f07c859409743e5064 /Makefile
parentDisable compositor fading for now (diff)
downloaddotfiles-ad35987a6ce12d46aaa1cc1570c25ae6414f6f60.tar.gz
dotfiles-ad35987a6ce12d46aaa1cc1570c25ae6414f6f60.zip
Remove picom (X compositor)
I've decided the graphical nicety is just not worth all the little bothersome things that keep popping up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5c23df70..7743d696 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,6 @@
install-parcellite \
install-perlcritic \
install-perltidy \
- install-picom \
install-plenv \
install-psql \
install-pyenv \
@@ -549,10 +548,6 @@ 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