aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-11-13 11:54:07 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-11-13 11:54:07 +1300
commit7dccf412e5144f1cd6370cc409126769eb956f84 (patch)
treef72bb8ae37eccd850199af19d0c41cb749208361
parentUpdate comment on <Backspace> vimrc mapping (diff)
downloaddotfiles-7dccf412e5144f1cd6370cc409126769eb956f84.tar.gz
dotfiles-7dccf412e5144f1cd6370cc409126769eb956f84.zip
Remove picom completely
Slows down OpenTTD. Non-negotiable! I'll just start it when I actually need it for e.g. vokoscreeNG.
-rw-r--r--Makefile4
-rw-r--r--README.md1
-rw-r--r--picom/xsession.d/picom.sh2
3 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b0512962..9f98ce20 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,6 @@
install-parcellite \
install-perlcritic \
install-perltidy \
- install-picom \
install-plenv \
install-psql \
install-pyenv \
@@ -544,9 +543,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/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
diff --git a/README.md b/README.md
index 9f368177..0c4ee069 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,6 @@ Configuration is included for:
- [Perl::Critic](http://perlcritic.com/)---static source code analysis engine
for Perl
- [Perl::Tidy](http://perltidy.sourceforge.net/)---reformats Perl source code
-- [picom](https://github.com/yshui/picom)---compositor for X
- [Readline](https://tiswww.case.edu/php/chet/readline/rltop.html)---GNU
library for user input used by Bash, MySQL, and others
- [Subversion](https://subversion.apache.org/)---Apache Subversion, a version
diff --git a/picom/xsession.d/picom.sh b/picom/xsession.d/picom.sh
deleted file mode 100644
index 1b5807ff..00000000
--- a/picom/xsession.d/picom.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-# Start X compositor
-picom &