diff --git a/.config/picom.conf b/.config/picom.conf index 2340e83..6f9238b 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -8,11 +8,11 @@ opengl-swc = true; # Fading fading = true; -fade-in-step=0.05; -fade-out-step=0.05; +fade-in-step = 0.05; +fade-out-step = 0.05; # Corners -corner-radius = 15; +corner-radius = 10; rounded-corners-exclude = [ "class_g = 'dwmtray'", "class_g = 'dwm'",