Merge pull request #54 from calvin-evans/patch-1

Exclude cava visualiser from compton shadows
This commit is contained in:
elenapan 2019-09-27 12:01:53 +03:00 committed by GitHub
commit 3fb8e24865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'",