Update compton.conf
This commit is contained in:
parent
7ddcb2d563
commit
61a48c66f7
@ -17,25 +17,19 @@ inactive-opacity-override = false;
|
||||
|
||||
# Fade
|
||||
fading = true;
|
||||
fade-delta = 8;
|
||||
fade-delta = 7.0;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.028;
|
||||
alpha-step = 0.06;
|
||||
no-fading-openclose = true;
|
||||
no-fading-destroyed-argb = false;
|
||||
|
||||
# Backend
|
||||
backend = "xrender";
|
||||
vsync = "none";
|
||||
backend = "glx";
|
||||
vsync = "opengl";
|
||||
paint-on-overlay = true;
|
||||
mark-wmwin-focused = true;
|
||||
unredir-if-possible = true;
|
||||
detect-rounded-corners = true;
|
||||
|
||||
# GLX backend
|
||||
glx-no-stencil = true;
|
||||
glx-no-rebind-pixmap = true;
|
||||
|
||||
opacity-rule = [
|
||||
"0:_NET_WM_STATE@:32a * = '_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
Reference in New Issue
Block a user