From ad35987a6ce12d46aaa1cc1570c25ae6414f6f60 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 20 Sep 2022 23:00:06 +1200 Subject: Remove picom (X compositor) I've decided the graphical nicety is just not worth all the little bothersome things that keep popping up. --- Makefile | 5 ----- README.md | 1 - picom/picom.conf | 9 --------- picom/xsession.d/picom.sh | 2 -- 4 files changed, 17 deletions(-) delete mode 100644 picom/picom.conf delete mode 100644 picom/xsession.d/picom.sh 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 & -- cgit v1.2.3