diff --git a/config/picom/dur-picom.conf b/config/picom/dur-picom.conf new file mode 100644 index 0000000..6c8408d --- /dev/null +++ b/config/picom/dur-picom.conf @@ -0,0 +1,12 @@ +backend = "glx"; +# xrender or glx + +# Opacity +active-opacity = 0.93; + +inactive-opacity = 0.8; + +blur-background = true; +#blur-kern = "3x3box"; +#blur-kern = "5x5box"; +blur-kern = "7x7box"; \ No newline at end of file