mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
picom: speed up fading slightly
This commit is contained in:
parent
d407512522
commit
fbb43dfff5
@ -58,8 +58,8 @@ blur-background-exclude = [
|
||||
# Fading
|
||||
fading = true;
|
||||
fade-delta = 10;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.03;
|
||||
fade-in-step = 0.04
|
||||
fade-out-step = 0.06;
|
||||
no-fading-openclose = false;
|
||||
no-fading-destroyed-argb = false;
|
||||
# fade-exclude = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user