From 60bdf790d56a20d2c1930ef603183d40cbd6c31a Mon Sep 17 00:00:00 2001
From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com>
Date: Sat, 13 Nov 2021 17:31:48 +0530
Subject: Update picom.conf

---
 .config/picom/picom.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index f5bf5ac..44c7ed3 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -83,8 +83,8 @@ fade-in-step = 0.01;
 # fade-out-step = 0.03
 fade-out-step = 0.01;
 
-# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
-# fade-delta = 10
+#The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
+fade-delta = 2
 
 # Specify a list of conditions of windows that should not be faded.
 # fade-exclude = []
@@ -135,7 +135,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
 #
 opacity-rule = [
   "99:class_g = 'St' && focused",
-  "80:class_g = 'St' && !focused"
+  "85:class_g = 'St' && !focused"
 ];
 
 #################################
-- 
cgit v1.2.3