Create picom.conf

This commit is contained in:
nonetrix 2022-01-13 00:40:55 -06:00 committed by GitHub
parent 74d101b13c
commit 37fde11b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.config/picom/picom.conf Normal file
View File

@ -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