From f85aa0487c35e91cc5433f7db6136793b1b6f21f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Jul 2021 07:31:23 +0200 Subject: [PATCH] picom: speedup a bit fading Otherwise, switching between workspaces is a bit slow. --- dotfiles/picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 6c9dcd7..0a76881 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -21,3 +21,5 @@ wintypes: # Enable fading fading = true; +fade-in-step = 0.05; +fade-out-step = 0.05;