diff --git a/my_home/.config/picom.conf b/my_home/.config/picom.conf index 1e088cc..9d79581 100644 --- a/my_home/.config/picom.conf +++ b/my_home/.config/picom.conf @@ -66,13 +66,13 @@ no-dock-shadow = true; # DEPRECATED IN PICOM 7/12/2023 #clear-shadow = true; # The blur radius for shadows. (default 12) -shadow-radius = 5; +shadow-radius = 12; # The left offset for shadows. (default -15) -shadow-offset-x = -5; +shadow-offset-x = -10; # The top offset for shadows. (default -15) -shadow-offset-y = -5; +shadow-offset-y = -10; # The translucency for shadows. (default .75) -shadow-opacity = 0.5; +shadow-opacity = 0.75; # Set if you want different colour shadows # shadow-red = 0.0; @@ -105,6 +105,7 @@ shadow-exclude = [ # "class_g ?= 'Xfce4-notifyd'", # "class_g ?= 'Xfce4-power-manager'" ]; + # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) shadow-ignore-shaped = false;