From 450571427a549986140f8d882a476075254fcdd4 Mon Sep 17 00:00:00 2001 From: Calvin Evans <1681236+calvin-evans@users.noreply.github.com> Date: Fri, 20 Sep 2019 14:31:02 +0100 Subject: [PATCH] Exclude cava visualiser from compton shadows --- config/compton/compton.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/compton/compton.conf b/config/compton/compton.conf index 207fabc..666f3d5 100644 --- a/config/compton/compton.conf +++ b/config/compton/compton.conf @@ -16,6 +16,7 @@ shadow-exclude = [ #"class_g ?= 'slop'", # i3wm titlebar shadows (tabbed/stacked) "class_g ?= 'i3-frame'", + "class_g ?= 'Visualizer'", # i3wm hidden window shadows (tabbed/stacked) "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "window_type *= 'menu'",