From d399669babc0f813360cd9fcfc0d1921f1f4122c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 22 Jun 2023 11:34:18 +0200 Subject: [PATCH] [Picom] faster fade in/out for windows --- org/config/picom.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/picom.org b/org/config/picom.org index 6af5ebe..d692e6b 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -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.