From ed9b7c622e213441a0ba6c8f5aa6b8a62c8ffde7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Jul 2021 07:45:45 +0200 Subject: [PATCH] picom: disable fading This is cool, but switching between workspaces can be a bit painful as windows are unmapped (but not closed) and mapped, so there is some time and a transition to the background. If we try to make it quicker, the flicker is more important. --- dotfiles/picom.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 0a76881..e3a9eaf 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -18,8 +18,3 @@ wintypes: dropdown_menu = { opacity = 1; } menu = { opacity = 1; } } - -# Enable fading -fading = true; -fade-in-step = 0.05; -fade-out-step = 0.05;