From 77835ee6fa6001d92f46a0c8af5ec4dc67615167 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 Former-commit-id: 450571427a549986140f8d882a476075254fcdd4 Former-commit-id: 55fe8958994e3dc8a7ee14b667210ef55194fd77 Former-commit-id: e2f7f05e7e78877117dad6a2611f363cfb3e567a Former-commit-id: 5cf257a887c2ee7ca53337ff48d47ab71007dae3 --- 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'",