aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-08-15 22:33:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-08-15 22:33:32 +1200
commit8a7b4a4cc9638581d1ca9240e8a44cb1df4d595e (patch)
tree87f04de2d30d5791ac5c8fd20104d767bd4f29c3
parentRevert "Remove picom (X compositor)" (diff)
downloaddotfiles-develop.tar.gz
dotfiles-develop.zip
Remove picom config for nowdevelop
Will see if we need to add anything later.
-rw-r--r--Makefile1
-rw-r--r--picom/picom.conf9
2 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 374c3ed4..b0512962 100644
--- a/Makefile
+++ b/Makefile
@@ -545,7 +545,6 @@ install-perltidy: install-sh
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
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;