diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 726053c..6af2fb2 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -6,10 +6,10 @@ shadow = false # The blur radius for shadows, in pixels. -shadow-radius = 10 +shadow-radius = 18 # The opacity of shadows. (0.0 - 1.0) -shadow-opacity = 0.35 +shadow-opacity = 0.15 # The left offset for shadows, in pixels. shadow-offset-x = -7 @@ -23,6 +23,7 @@ shadow-color = "#030303" # Specify a list of conditions of windows that should have no shadow. shadow-exclude = [ "class_g = 'Tint2'", + "class_g = 'dwm'", "name = 'Notification'" ] @@ -32,13 +33,13 @@ shadow-exclude = [ # Fade windows in/out when opening/closing and when opacity changes, # unless no-fading-openclose is used. -fading = false +fading = true # Opacity change between steps while fading in. (0.01 - 1.0) -fade-in-step = 0.16 +fade-in-step = 0.18 # Opacity change between steps while fading out. (0.01 - 1.0) -fade-out-step = 0.16 +fade-out-step = 0.12 # Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc. no-fading-destroyed-argb = true @@ -80,19 +81,19 @@ corner-radius = 0 ################################# # Parameters for background blurring, see the *BLUR* section for more information. -# blur-method = "dual_kawase" -# blur-size = 1 -# blur-strength = 5 +blur-method = "dual_kawase" +blur-size = 1 +blur-strength = 4 # Specify the blur convolution kernel. -# blur-kern = "3x3box" +blur-kern = "3x3box" # Exclude conditions for background blur. -# blur-background-exclude = [ -# "window_type = 'dock'", -# "window_type = 'desktop'", -# "_GTK_FRAME_EXTENTS@" -# ] +blur-background-exclude = [ + "window_type = 'dock'", + "window_type = 'desktop'", + "_GTK_FRAME_EXTENTS@" +] ################################# # General Settings #