From 1dc164eba78c473d35f2da12ab46c83416d8d0fe Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Tue, 2 May 2017 14:03:11 +0200 Subject: [PATCH] initial compton config --- compton.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compton.conf diff --git a/compton.conf b/compton.conf new file mode 100644 index 0000000..fc9ffcb --- /dev/null +++ b/compton.conf @@ -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 = [ ];