aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-20 02:02:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-20 02:04:04 +1200
commit01b40c315665c605d7e571882c13dd35c7ece5f2 (patch)
tree5a64b99d157f41bea9a4f6120f570fce385768f5
parentPut Git repository template in XDG_DATA_HOME (diff)
downloaddotfiles-01b40c315665c605d7e571882c13dd35c7ece5f2.tar.gz
dotfiles-01b40c315665c605d7e571882c13dd35c7ece5f2.zip
Disable compositor fading for now
Does some funny things on i3 I need to figure out.
-rw-r--r--picom/picom.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
index 608a2090..9a2e8277 100644
--- a/picom/picom.conf
+++ b/picom/picom.conf
@@ -1,8 +1,4 @@
backend = "glx";
-fade-delta = 15
-fade-in-step = 0.01;
-fade-out-step = 0.01;
-fading = true;
frame-opacity = 0.95;
glx-no-rebind-pixmap = true
inactive-dim = 0.1