Update '.config/picom/picom.conf'

This commit is contained in:
2021-12-16 21:56:30 +02:00
parent b7a7342a8a
commit 3baf63e70d

View File

@@ -1,5 +1,8 @@
experimental-backends = true; experimental-backends = true;
backend = "glx"; backend = "glx";
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
unredir-if-possible = true;
corner-radius = 9; corner-radius = 9;
rounded-corners-exclude = [ rounded-corners-exclude = [
@@ -39,3 +42,7 @@ opacity-rule = [
"95:class_g = 'thunar'", "95:class_g = 'thunar'",
"95:class_g = 'Thunar'", "95:class_g = 'Thunar'",
]; ];
fading = true;
fade-in-step = 0.08;
fade-out-step = 0.08;