summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf6
1 files 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"
];
#################################