initial compton config

This commit is contained in:
2017-05-02 14:03:11 +02:00
parent 8fe85c2f13
commit 1dc164eba7

9
compton.conf Normal file
View File

@@ -0,0 +1,9 @@
backend = "glx";
glx-no-rebind-pixmap = true;
glx-swap-method = "3";
opacity-rule = ["65:class_g = 'Bspwm' && class_i = 'presel_feedback'", "90:class_g = 'URxvt' && name != 'ranger'"];
fading = true;
fade-delta = 8;
fade-in-step = 0.05;
fade-out-step = 0.05;
fade-exclude = [ ];