mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
picom: more Zoom fixes
This commit is contained in:
parent
5582301cc0
commit
8162fb5318
1 changed files with 4 additions and 2 deletions
|
@ -61,10 +61,12 @@ wintypes:
|
|||
};
|
||||
shadow-exclude = [
|
||||
"_NET_WM_STATE@[*]:32a = '_NET_WM_STATE_HIDDEN'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_i = 'xss-dimmer'",
|
||||
"class_i = 'i3-frame'",
|
||||
"class_g = 'Rofi'",
|
||||
"name = 'cpt_frame_window'", # Zoom...
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
# Zoom
|
||||
"name = 'cpt_frame_window'",
|
||||
"name = 'as_toolbar'"
|
||||
];
|
||||
fade-exclude = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue