diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-10-05 18:12:49 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-10-05 18:12:49 +0200 |
commit | c48a09c6cb7ae2ec927248176589f19da6a29fca (patch) | |
tree | 5728827c3c01c85dd56234766cd062278e708e00 /stow | |
parent | 81f9914f32f49a2481282b885a52d60bc8043053 (diff) | |
download | configs-c48a09c6cb7ae2ec927248176589f19da6a29fca.tar.gz configs-c48a09c6cb7ae2ec927248176589f19da6a29fca.zip |
More fadeout for picom.
Diffstat (limited to 'stow')
-rw-r--r-- | stow/picom/.config/picom/picom.conf | 2 |
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 |