mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +02:00
picom: handle transparency corrected for tabbed windows
This commit is contained in:
parent
78866d87df
commit
a03d67bd38
1 changed files with 7 additions and 0 deletions
|
@ -6,7 +6,14 @@ 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'",
|
||||
"100:fullscreen",
|
||||
"100:name = 'Zoom Meeting'",
|
||||
"100:name = 'zoom_linux_float_video_window'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue