fixed compton adding shadows to polybar even with no-dock-shadows enabled

Former-commit-id: 630fe4a17f
Former-commit-id: 54a16192b91fd1d300b0bc37236546f8562bbbc5
Former-commit-id: 8b59ae3179cdc0b066362d6e98cc0d7d8afd26ee
Former-commit-id: 841267e09dd2e0b3bfce4314cf3e4ec4303815c8
This commit is contained in:
elena 2018-04-03 13:19:28 +03:00
parent afb981afa3
commit b7ec10d5e8

View file

@ -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'"
];