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