From 7a09a7cd37e2e0a1e3f15602c890e5320ef3ad63 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 6 Sep 2019 04:31:51 -0500 Subject: [PATCH] Compton: Re-enable shadows Kinda need those in a stacking environment --- .config/compton.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index d8d7656b..83269e95 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -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" ];