picom: simplify opacity rules, thanks to newer version of picom

This commit is contained in:
Vincent Bernat 2021-11-16 21:06:49 +01:00
parent 30233c1187
commit 42e9a9a495

View file

@ -9,14 +9,8 @@ use-ewmh-active-win = true;
# Opacity rules (first rule match)
# Cannot use override-redirect:
# https://github.com/yshui/picom/issues/625
# _NET_WM_STATE rules can be replaced by a simpler alternative in the future:
# https://github.com/yshui/picom/pull/550
opacity-rule = [
"0:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[*]:32a = '_NET_WM_STATE_HIDDEN'",
"100:_GTK_FRAME_EXTENTS@:c",
"100:fullscreen",
"100:name = 'Zoom Meeting'",