atualizar compton.conf

This commit is contained in:
manuel 2024-01-20 16:55:04 -01:00
parent b789fadae2
commit 42b4594890
1 changed files with 6 additions and 8 deletions

View File

@ -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;