From d5a483755c94de5011546d79298e86b7db1c1e19 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 8 Mar 2023 15:33:07 +0100 Subject: [PATCH] Remove Shadow --- picom/picom.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index 7fc716b..169415b 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -169,7 +169,7 @@ wintypes: # (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, # unless explicitly requested using the wintypes option. # -shadow = true; +shadow = false; # The blur radius for shadows, in pixels. (defaults to 12) shadow-radius = 12; @@ -194,11 +194,6 @@ shadow-blue = 0 # Specify a list of conditions of windows that should have no shadow. shadow-exclude = [ - "name = 'Notification'", - "class_g = 'Conky'", - "class_g ?= 'Notify-osd'", - "class_g = 'Cairo-clock'", - "_GTK_FRAME_EXTENTS@:c" ]; # Specify a X geometry that describes the region in which shadow should not