From 0804d43c6d20e6f41ab5c80fb8c8d7c10ce3a0ef Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Jul 2020 15:10:25 -0400 Subject: [PATCH] [i3] Active opacity in compton was a terrible idea --- i3/.config/compton/compton.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/i3/.config/compton/compton.conf b/i3/.config/compton/compton.conf index 7fdb88d..ca11ea0 100644 --- a/i3/.config/compton/compton.conf +++ b/i3/.config/compton/compton.conf @@ -1,7 +1,6 @@ # Shadow shadow = false; menu-opacity = 0.8; -active-opacity = 0.9; inactive-opacity = 0.8; inactive-dim = 0.3; frame-opacity = 0.7;