Remove rounded corners, background blur and inactive transparency

This commit is contained in:
Tanguy Herbron 2020-08-03 10:29:02 +02:00
parent cb432397b7
commit 8520bd2ba0

View File

@ -106,7 +106,7 @@ shadow-ignore-shaped = false;
# #
################################# #################################
inactive-opacity = 0.8; inactive-opacity = 1;
active-opacity = 1; active-opacity = 1;
frame-opacity = 1; frame-opacity = 1;
inactive-opacity-override = false; inactive-opacity-override = false;
@ -116,7 +116,7 @@ inactive-opacity-override = false;
# Do not let dimness adjust based on window opacity. # Do not let dimness adjust based on window opacity.
# inactive-dim-fixed = true; # inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
blur-background = true; blur-background = false;
blur-method = "dual_kawase"; blur-method = "dual_kawase";
blur-strength = 8; blur-strength = 8;
# Blur background of opaque windows with transparent frames as well. # Blur background of opaque windows with transparent frames as well.
@ -155,7 +155,7 @@ fade-exclude = [ ];
################################# #################################
# Rounded corners # Rounded corners
corner-radius: 14; corner-radius: 0;
# Try to detect WM windows and mark them as active. # Try to detect WM windows and mark them as active.
mark-wmwin-focused = true; mark-wmwin-focused = true;