From b7ec10d5e834d4a7dcc447f7207e0d9d83543a80 Mon Sep 17 00:00:00 2001 From: elena Date: Tue, 3 Apr 2018 13:19:28 +0300 Subject: [PATCH] fixed compton adding shadows to polybar even with no-dock-shadows enabled Former-commit-id: 630fe4a17f1486f175b10fbc9aeb7d371fb82b5a Former-commit-id: 54a16192b91fd1d300b0bc37236546f8562bbbc5 Former-commit-id: 8b59ae3179cdc0b066362d6e98cc0d7d8afd26ee Former-commit-id: 841267e09dd2e0b3bfce4314cf3e4ec4303815c8 --- config/compton/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/compton/config b/config/compton/config index c32902d..3d775b3 100644 --- a/config/compton/config +++ b/config/compton/config @@ -1,13 +1,14 @@ shadow-exclude = [ - # Covered by no-dock-shadow - #"class_g ?= 'Polybar'", + "class_g ?= 'Polybar'", "class_g ?= 'slop'", - # For i3wm tabbed/stacked layout + # Disable i3wm titlebar shadows + #"class_g ?= 'i3-frame'", + # For i3wm tabbed/stacked layout transparency/shadows "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ]; opacity-rule = [ - # For i3wm tabbed/stacked layout + # For i3wm tabbed/stacked layout transparency/shadows "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];