atualizar compton.conf
This commit is contained in:
parent
b0bd215f8f
commit
bf593b9988
|
@ -17,15 +17,15 @@ inactive-opacity = 1.0;
|
||||||
active-opacity = 1.0;
|
active-opacity = 1.0;
|
||||||
frame-opacity = 1.0;
|
frame-opacity = 1.0;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
alpha-step = 0.06;
|
alpha-step = 0.03;
|
||||||
inactive-dim = 0.0;
|
inactive-dim = 0.0;
|
||||||
blur-kern = "3x3box";
|
blur-kern = "3x3box";
|
||||||
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
|
||||||
fading = true;
|
fading = false;
|
||||||
fade-in-step = 1.0;
|
fade-in-step = 0.04;
|
||||||
fade-out-step = 1.0;
|
fade-out-step = 0.04;
|
||||||
fade-exclude = [ ];
|
fade-exclude = [ ];
|
||||||
backend = "xrender";
|
backend = "glx";
|
||||||
mark-wmwin-focused = true;
|
mark-wmwin-focused = true;
|
||||||
mark-ovredir-focused = true;
|
mark-ovredir-focused = true;
|
||||||
detect-rounded-corners = true;
|
detect-rounded-corners = true;
|
||||||
|
@ -50,6 +50,4 @@ wintypes :
|
||||||
focus = true;
|
focus = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
blur-background = false;
|
inactive-dim-fixed = false;
|
||||||
blur-background-frame = false;
|
|
||||||
blur-background-fixed = true;
|
|
||||||
|
|
Loading…
Reference in New Issue