diff --git a/src/.config/picom/picom.conf b/src/.config/picom/picom.conf index 37120fd..f7ae356 100644 --- a/src/.config/picom/picom.conf +++ b/src/.config/picom/picom.conf @@ -1,7 +1,7 @@ -inactive-opacity = .6; -active-opacity = .625; +inactive-opacity = 1; +active-opacity = 1; -shadow = true; +shadow = false; vsync = true; @@ -23,7 +23,6 @@ opacity-rule = [ "100:class_g = 'Element'", "100:class_g = 'eDEX-UI'", "60:class_g = 'qutebrowser'", - "1:id = 0x1e00001", ]; blur-background-exclude = [ @@ -31,12 +30,6 @@ blur-background-exclude = [ ] fading = true; -fade-in-step = 0.03; -fade-out-step = 0.01; -fade-delta = 5; - -blur: -{ - method = "dual_kawase"; - strength = 12; -}; +fade-in-step = 0.05; +fade-out-step = 0.03; +fade-delta = 1;