diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 00000000..8925864a --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,16 @@ +corner-radius = 10.0; +round-borders = 1; + +rounded-corners-exclude = [ + "class_g = 'Polybar'", +]; + +blur: { + method = "kawase"; + strength = 7; + kern = "3x3box"; +} + +experimental-backends = true; +backend = "glx"; +vsync = true