[Picom] faster fade in/out for windows
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-06-22 11:34:18 +02:00
parent a7340a4fdd
commit d399669bab
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ and out.
| Min value | ~0.01~ |
| Max value | ~1.0~ |
#+BEGIN_SRC conf
fade-in-step = 0.09;
fade-out-step = 0.08;
fade-in-step = 0.25;
fade-out-step = 0.23;
#+END_SRC
This value represents the time between steps in fade steps, in milliseconds.