aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-10-05 18:12:49 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-10-05 18:12:49 +0200
commitc48a09c6cb7ae2ec927248176589f19da6a29fca (patch)
tree5728827c3c01c85dd56234766cd062278e708e00
parent81f9914f32f49a2481282b885a52d60bc8043053 (diff)
downloadconfigs-c48a09c6cb7ae2ec927248176589f19da6a29fca.tar.gz
configs-c48a09c6cb7ae2ec927248176589f19da6a29fca.zip
More fadeout for picom.
-rw-r--r--stow/picom/.config/picom/picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/picom/.config/picom/picom.conf b/stow/picom/.config/picom/picom.conf
index 4014cfa..aac0797 100644
--- a/stow/picom/.config/picom/picom.conf
+++ b/stow/picom/.config/picom/picom.conf
@@ -112,7 +112,7 @@ fade-in-step = 0.08;
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
-fade-out-step = 0.02;
+fade-out-step = 0.04;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10