An attempt has been made to improve compton's menu shading behaviour, not quite happy with the result yet

This commit is contained in:
fedora 2019-05-15 03:43:34 +02:00
parent 1517ea29ab
commit eada1a41c0
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388

@ -7,7 +7,7 @@ shadow-radius = 7.0;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-opacity = 0.60;
shadow-ignore-shaped = true;
shadow-ignore-shaped = false;
# Opacity
menu-opacity = 1.0;
@ -24,7 +24,8 @@ alpha-step = 0.06;
# Backend
backend = "glx";
vsync = "opengl";
vsync = "opengl-swc";
glx-no-stencil = true;
paint-on-overlay = true;
mark-wmwin-focused = true;
unredir-if-possible = true;
@ -40,6 +41,7 @@ shadow-exclude = [
"class_g *?= 'VirtualBox'",
"class_g *?= 'Conky'",
"class_g *?= 'Notify-osd'",
"class_g ?= 'Xfce4-notifyd'",
"class_g *?= 'cairo-dock'",
"class_g *?= 'trayer'",
"class_g *?= 'i3-frame'",
@ -61,10 +63,16 @@ focus-exclude = [
"name *?= 'Authy'"
];
# menu = { shadow = false; };
dropdown_menu = { shadow = false; };
popup_menu = { shadow = false; };
utility = { shadow = false; };
wintypes:
{
tooltip = { fade = true; shadow = true; focus = true; };
tooltip = { fade = true; shadow = false; focus = true; };
};
no-fading-openclose = false;
no-fading-openclose = true;
frame-opacity = 0.0;
blur-background-fixed = false;