From 01b40c315665c605d7e571882c13dd35c7ece5f2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 20 Aug 2022 02:02:16 +1200 Subject: Disable compositor fading for now Does some funny things on i3 I need to figure out. --- picom/picom.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index 608a2090..9a2e8277 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -1,8 +1,4 @@ backend = "glx"; -fade-delta = 15 -fade-in-step = 0.01; -fade-out-step = 0.01; -fading = true; frame-opacity = 0.95; glx-no-rebind-pixmap = true inactive-dim = 0.1 -- cgit v1.2.3