Improvements to compton setup

This commit is contained in:
Ruben Rodriguez 2020-04-10 14:23:30 -04:00
parent 826b050cab
commit 077dcb0dd3
5 changed files with 21 additions and 177 deletions

View file

@ -62,11 +62,11 @@ no-dock-shadow = true;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
clear-shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
shadow-radius = 6;
# The left offset for shadows. (default -15)
shadow-offset-x = -8;
shadow-offset-x = -9;
# The top offset for shadows. (default -15)
shadow-offset-y = -8;
shadow-offset-y = -9;
# The translucency for shadows. (default .75)
shadow-opacity = 0.6;
@ -79,8 +79,8 @@ shadow-opacity = 0.6;
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
shadow-exclude = [
"argb",
#"! name~=''",
"argb && ! window_type *= 'menu'",
"! name~=''",
"name = 'Notification'",
"name = 'Plank'",
"name = 'Docky'",
@ -112,7 +112,7 @@ shadow-ignore-shaped = false;
#
#################################
menu-opacity = 0.95;
menu-opacity = 1;
inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
@ -229,7 +229,7 @@ wintypes:
# shadow: Give those windows shadow
shadow = false;
# opacity: Default opacity for the type of windows.
opacity = 0.85;
opacity = 1;
# focus: Whether to always consider windows of this type focused.
focus = true;
};