From 67a2649c6a7f37756fb0957135917f502a2f6c64 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 6 Sep 2017 21:53:25 -0500 Subject: [PATCH] Compton: Disable shadows and blur for Polybar --- .config/compton.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/compton.conf b/.config/compton.conf index 06c1919b..f85567b1 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -99,6 +99,7 @@ shadow-exclude = [ "class_g ?= 'Cairo-dock'", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'", + "window_type = 'dock'", "_GTK_FRAME_EXTENTS@:c" ]; # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)