Compton: Re-enable shadows

Kinda need those in a stacking environment
This commit is contained in:
Salt 2019-09-06 04:31:51 -05:00
parent 6307b78a57
commit 7a09a7cd37

View File

@ -23,7 +23,7 @@ glx-swap-method = "undefined";
## SHADOWS
shadow = false;
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = false;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
@ -52,7 +52,7 @@ shadow-exclude = [
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'",
"class_g ?= 'Wine'",
#"window_type = 'dock'",
"window_type = 'dock'",
"_GTK_FRAME_EXTENTS@:c"
];