aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--Makefile5
-rw-r--r--README.md1
-rw-r--r--picom/picom.conf9
-rw-r--r--picom/xsession.d/picom.sh2
4 files changed, 0 insertions, 17 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
diff --git a/README.md b/README.md
index ab175b8b..0953a61a 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
- [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html)---Fork of
diff --git a/picom/picom.conf b/picom/picom.conf
deleted file mode 100644
index 9a2e8277..00000000
--- a/picom/picom.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-backend = "glx";
-frame-opacity = 0.95;
-glx-no-rebind-pixmap = true
-inactive-dim = 0.1
-inactive-opacity = 0.95;
-no-fading-openclose = true
-shadow = true;
-use-damage = true;
-vsync = true;
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 &