From 6d5c2a532dbd01fe334c491a141062459227b731 Mon Sep 17 00:00:00 2001 From: Bruno Montezano Date: Sun, 28 Jun 2020 23:06:39 -0300 Subject: [PATCH] Changing shadow and fade settings. --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.