Update picom config
parent
1eca37bd99
commit
15267c6873
|
@ -1,11 +1,7 @@
|
|||
backend = "glx";
|
||||
glx-no-stencil = true;
|
||||
glx-no-stencil = false;
|
||||
glx-copy-from-font = false;
|
||||
|
||||
active-opacity = 1.0;
|
||||
inactive-opacity = 0.8;
|
||||
frame-opacity = 0.8;
|
||||
inactive-opacity-override = false;
|
||||
glx-no-rebind-pixmap = true;
|
||||
|
||||
shadow = true;
|
||||
shadow-radius = 16;
|
||||
|
@ -14,19 +10,27 @@ shadow-offset-x = -16;
|
|||
shadow-offset-y = -16;
|
||||
shadow-color = "#000000"
|
||||
|
||||
active-opacity = 1;
|
||||
inactive-opacity = 0.62;
|
||||
frame-opacity = 1;
|
||||
inactive-opacity-override = false;
|
||||
|
||||
fading = true;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.05;
|
||||
fade-in-step = 0.02;
|
||||
fade-out-step = 0.02;
|
||||
fade-delta = 4
|
||||
|
||||
shadow-exclude = ["class_g = 'Rofi'", "class_g = 'albert'", "class_g = 'trayer'"];
|
||||
shadow-exclude = ["class_g = 'Rofi'", "class_g = 'trayer'"];
|
||||
focus-exclude = ["class_g = 'Rofi'", "class_g = 'albert'", "class_g = 'trayer'"];
|
||||
blur-background-exclude = ["class_g = 'Rofi'", "class_g = 'albert'", "class_g = 'trayer'"];
|
||||
|
||||
blur-background = true;
|
||||
blur-inactive = true;
|
||||
blur-method = "dual_kawase";
|
||||
blur-strength = 8;
|
||||
blur: {
|
||||
method = "dual_kawase";
|
||||
strength = 8;
|
||||
background = true;
|
||||
background-frame = true;
|
||||
background-fixed = false;
|
||||
}
|
||||
|
||||
wintypes:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue