updated compton config to include rule that makes i3 titlebars transparent

This commit is contained in:
elena 2018-05-17 05:13:53 +03:00
parent 59a3a9f732
commit 1d8477424f

View file

@ -15,7 +15,9 @@ shadow-exclude = [
opacity-rule = [
# For i3wm tabbed/stacked layout transparency
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
# i3 titlebar transparency
"60:class_g = 'i3-frame'"
];