Copy from here the picom’s Full Customised Configuration File
Parameters
In the picom.conf file, there are specific sections to set or modify various display’s aspects such as the app’s corners, shadows, blur, fading…
Note that all the following parameters modify the above features related to bspwm’s Windows, kitty’s terminals, polybar’s bars or rofi’s launcher, among others
Corners
The corner-radius parameter modifies the roundness degree of a system application’s corners
corner-radius = 20;
Shadows
To enable or disable application’s shadows → shadow
shadow = true # Or false to disable them
Features related to shadows such as the radius, opacity and the x/y offset can be modified as follows →
This feature controls the Opacity of Inactive/Active OS Windows and their titlebars, borders…
active-opacity = 1.0 # Active OS Windowinactive-opacity = 1.0 # Inactive OS Windowframe-opacity = 1.0 # OS Window's Titlebars and Bordersopacity = 1.0 # dmenus and pmenus
Blur
It modifies the Sharpness degree of the Windows OS’s applications
blur-background = true # Or false to disable it
Miscellaneous
OS Windows Borders
Adjust the OS Windows’s border width is possible but not from the picom’s configuration file
It has to be managed from the bspwmrc file through the border_width parameter as follows →
~/.config/bspwm/bspwmrc
bspc config border_width 0
The above command removes the OS Windows’s borders completely
This is the chosen configuration for the OS Windows borders