1
0
Fork 0

picom shadow changes

This commit is contained in:
Luca Bilke 2022-09-17 00:19:12 +02:00
parent dd0c0d6dcc
commit 2ef7a87976

View file

@ -4,13 +4,7 @@ shadow-radius = 12;
shadow-opacity = 0.6;
shadow-offset-x = -12;
shadow-offset-y = -10;
shadow-exclude = [
"x = 0 && y = 0 && override_redirect = true",
"class_g *= 'slop'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"class_g = 'librewolf-default' && argb"
];
shadow-exclude = "!focused";
# Fading
fading = true;
@ -19,9 +13,6 @@ fade-out-step = 0.03;
fade-delta = 2;
fade-exclude = [];
# Opacity
opacity-rule = [];
# Corner
corner-radius = 0;
@ -35,6 +26,7 @@ blur-background-exclude = [
"class_g *= 'slop'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"class_g = 'librewolf' && argb",
"class_g = 'librewolf-default' && argb"
];
@ -51,7 +43,6 @@ unredir-if-possible = false;
detect-transient = true;
detect-client-leader = true;
invert-color-include = [];
focus-exclude = "x = 0 && y = 0 && override_redirect = true";
# GLX backend
glx-no-stencil = true;
@ -67,3 +58,4 @@ wintypes:
popup_menu = { opacity = 1.0; }
dropdown_menu = { opacity = 1.0; }
};