mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 21:04:21 +02:00
picom: simplify opacity rules, thanks to newer version of picom
This commit is contained in:
parent
30233c1187
commit
42e9a9a495
1 changed files with 1 additions and 7 deletions
|
@ -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'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue