mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
picom: explain what _GTK_FRAME_EXTENTS is
Short story: i3 does not support them, so GTK shouldn't use them.
This commit is contained in:
parent
ccf4306ba9
commit
eaa0480d9f
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ use-ewmh-active-win = true;
|
|||
# https://github.com/yshui/picom/issues/625
|
||||
opacity-rule = [
|
||||
"0:_NET_WM_STATE@[*]:32a = '_NET_WM_STATE_HIDDEN'",
|
||||
# GTK frame extents are used for client-side shadows, we shouldn't have that as i3 does not support them.
|
||||
"100:_GTK_FRAME_EXTENTS@:c",
|
||||
"100:fullscreen",
|
||||
"100:name = 'Zoom Meeting'",
|
||||
|
@ -61,6 +62,7 @@ wintypes:
|
|||
};
|
||||
shadow-exclude = [
|
||||
"_NET_WM_STATE@[*]:32a = '_NET_WM_STATE_HIDDEN'",
|
||||
# GTK frame extents are used for client-side shadows, we shouldn't have that.
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_i = 'xss-dimmer'",
|
||||
"class_i = 'i3-frame'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue