diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index e1485a6..efc3d60 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -55,7 +55,7 @@ glx-copy-from-front = false; ################################# # Enabled client-side shadows on windows. -shadow = true; +shadow = false; # The blur radius for shadows. (default 12) shadow-radius = 1; # The left offset for shadows. (default -15) @@ -207,7 +207,7 @@ wintypes: tooltip = { # fade: Fade the particular type of windows. - fade = true; + fade = false; # shadow: Give those windows shadow shadow = false; # opacity: Default opacity for the type of windows.