Update '.config/picom/picom.conf'
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user